mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-18 00:09:23 +00:00
13 lines
179 B
YAML
13 lines
179 B
YAML
---
|
|
# This is the overall site playbook.
|
|
|
|
- name: Baseline Configuration
|
|
hosts: all
|
|
remote_user: ubuntu
|
|
sudo: yes
|
|
|
|
roles:
|
|
- common
|
|
- webserver
|
|
- ssh
|
|
- db |