ansible/site.yml

10 lines
145 B
YAML
Raw Normal View History

2018-12-15 03:06:26 +00:00
---
2018-12-15 03:06:45 +00:00
# This is the overall site playbook.
2018-12-15 03:06:26 +00:00
- name: Baseline Configuration
hosts: all
become: yes
become_method: sudo
2018-12-15 03:06:26 +00:00
roles:
- common