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 468B

1234567891011121314151617181920212223
  1. ---
  2. # This is the top-level playbook that defines our entire infrastructure.
  3. - hosts: all
  4. become: True
  5. gather_facts: True
  6. vars_files:
  7. - vars/defaults.yml
  8. - vars/{{ 'testing' if testing is defined else 'user' }}.yml
  9. roles:
  10. - common
  11. - mailserver
  12. - blog
  13. - ircbouncer
  14. - xmpp
  15. - owncloud
  16. - vpn
  17. - tarsnap
  18. - news
  19. - git
  20. - readlater
  21. - monitoring # Monitoring role should be last. See roles/monitoring/README.md