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

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