globals.sls 662 B

123456789101112131415161718192021222324252627282930
  1. # Global configuration items
  2. globals:
  3. # Mail address of the operators of this fine backbone?
  4. ops_mail: "<ops mail address>"
  5. # SNMP setting
  6. snmp:
  7. # read-only community string for snmpd
  8. ro_community: "<community string>"
  9. # List of IPs allowed to query snmpd
  10. nms_list:
  11. - "<IPv4 / IPv6 address(es)>"
  12. # DNS settings
  13. dns:
  14. # IP address of DNS resolver for nodes (should be anycasted)
  15. resolver_v4: "<IPv4 address>"
  16. resolver_v6: "<IPv6 address>"
  17. # Search domain
  18. search: "<search domain>"
  19. # Salt (minion) configuration
  20. salt:
  21. master: "<salt master FQDN>"
  22. master_port: 4506
  23. ipv6: "<True / False>"