12345678910111213141516171819 |
- ---
- # This is the top-level playbook that defines our entire infrastructure.
-
- - hosts: all
- user: deploy
- become: True
- gather_facts: True
-
- roles:
- - common
- - mailserver
- - webmail
- - blog
- - ircbouncer
- - xmpp
- - owncloud
- - vpn
- - news
- - monitoring # Monitoring role should be last. See roles/monitoring/README.md
|