No Description
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.

site.yml 265B

12345678910111213141516171819
  1. ---
  2. # This is the top-level playbook that defines our entire infrastructure.
  3. - hosts: all
  4. user: TODO
  5. sudo: True
  6. gather_facts: False
  7. roles:
  8. - common
  9. - mailserver
  10. - webmail
  11. - blog
  12. - ircbouncer
  13. - monitoring
  14. - owncloud
  15. - vpn