top.sls 317 B

123456789101112131415161718192021222324
  1. base:
  2. '*':
  3. - nodes
  4. - sites
  5. - cert
  6. - ffho
  7. #
  8. # Role/Application specific stuff
  9. # SSH authorized_keys configuration
  10. - ssh
  11. # Traffic engineering
  12. - te
  13. # DNS server
  14. - dns-server
  15. # OpenVPN tunnels
  16. - ovpn
  17. # Anycast Healthchecker
  18. - anycast-healthchecker