ansible/site.yml

14 lines
182 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
2018-12-15 21:22:18 +00:00
# remote_user: ubergeek
2018-12-15 03:06:26 +00:00
sudo: yes
roles:
- common
- webserver
- ssh
2018-12-15 21:22:18 +00:00
- db