site.yml 477 B

12345678910111213141516171819202122232425262728293031
  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-dns
  19. - service-ntp
  20. - service-dhcp
  21. # - hosts: mapservers
  22. # roles:
  23. # - service-nginx
  24. # - service-map
  25. # - service-wiki
  26. # - service-gitolite
  27. # - service-images