Sin descripción
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 481B

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