Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

site.yml 380B

123456789101112131415161718192021
  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. roles:
  8. - common
  9. - blog
  10. - mailserver
  11. - webmail
  12. - news
  13. - nextcloud
  14. - gitea
  15. - ircbouncer
  16. - xmpp
  17. - matrix
  18. - vpn
  19. - monitoring # Monitoring role should be last. See roles/monitoring/README.md