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

12345678910111213141516171819202122232425262728293031323334
  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. - blog
  11. - mailserver
  12. - webmail
  13. - gitea
  14. # - vpn
  15. - monitoring
  16. # These are all roles in one
  17. #roles:
  18. # - common
  19. # - blog
  20. # - mailserver
  21. # - webmail
  22. # - news
  23. # - nextcloud
  24. # - gitea
  25. # - ircbouncer
  26. # - xmpp
  27. # - matrix
  28. # - mastodon
  29. # - iot
  30. # - vpn
  31. # - monitoring # Monitoring role should be last. See roles/monitoring/README.md