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

1234567891011121314151617181920212223242526272829303132333435
  1. ---
  2. # This is the top-level playbook that defines our entire infrastructure.
  3. - hosts: all
  4. user: deploy
  5. become: True
  6. gather_facts: True
  7. # This is what I'm using on my minimal web & mail server
  8. roles:
  9. - common
  10. - sslletsencrypt
  11. - blog
  12. - mailserver
  13. - webmail
  14. - gitea
  15. # - vpn
  16. - monitoring
  17. # These are all roles in one
  18. #roles:
  19. # - common
  20. # - blog
  21. # - mailserver
  22. # - webmail
  23. # - news
  24. # - nextcloud
  25. # - gitea
  26. # - ircbouncer
  27. # - xmpp
  28. # - matrix
  29. # - mastodon
  30. # - iot
  31. # - vpn
  32. # - monitoring # Monitoring role should be last. See roles/monitoring/README.md