site.yml 523 B

123456789101112131415161718192021222324252627282930313233
  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. - gateway-iptables
  17. - mesh-batman
  18. - mesh-vpn-fastd
  19. - service-ntp
  20. - service-dns
  21. - service-dhcp
  22. # - hosts: mapservers
  23. # roles:
  24. # - common-ntpclient
  25. # - service-nginx
  26. # - service-map
  27. # - service-wiki
  28. # - service-gitolite
  29. # - service-images