homelab/ansible/playbooks/bootstrap.yml
2023-10-18 19:19:15 +02:00

7 lines
87 B
YAML

---
- hosts: all
become: true
gather_facts: false
roles:
- ansible_bootstrap