mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-16 07:39:23 +00:00
14 lines
182 B
YAML
14 lines
182 B
YAML
---
|
|
# This is the overall site playbook.
|
|
|
|
- name: Baseline Configuration
|
|
hosts: all
|
|
# remote_user: ubergeek
|
|
sudo: yes
|
|
|
|
roles:
|
|
- common
|
|
- webserver
|
|
- ssh
|
|
- db
|