site.yml 502 B

1234567891011121314151617181920212223242526272829303132
  1. ---
  2. - hosts: all
  3. roles:
  4. - common-net
  5. - common-repos
  6. - common-auth
  7. - common-system
  8. - hosts: mesh
  9. roles:
  10. - mesh-routing
  11. - mesh-interfaces
  12. - hosts: supernodes
  13. roles:
  14. - gateway-peering
  15. # - gateway-nat
  16. - mesh-batman
  17. - mesh-vpn-fastd
  18. - service-ntp
  19. - service-dns
  20. - service-dhcp
  21. # - hosts: mapservers
  22. # roles:
  23. # - common-ntpclient
  24. # - service-nginx
  25. # - service-map
  26. # - service-wiki
  27. # - service-gitolite
  28. # - service-images