You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112131415161718 |
- ---
- # This is the top-level playbook that defines our entire infrastructure.
-
- - hosts: all
- user: TODO
- sudo: True
- gather_facts: False
-
- roles:
- - common
- - mailserver
- - blog
- - ircbouncer
- - monitoring
- - owncloud
- - vpn
-
|