ansible/site.yml

10 lines
145 B
YAML

---
# This is the overall site playbook.
- name: Baseline Configuration
hosts: all
become: yes
become_method: sudo
roles:
- common