homelab/ansible/playbooks/bootstrap.yml

7 lines
87 B
YAML
Raw Permalink Normal View History

---
- hosts: all
2023-10-18 17:19:15 +00:00
gather_facts: false
2024-02-04 20:25:40 +00:00
become: true
roles:
- ansible_bootstrap