Saltstack Official Linux Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 line
758B

  1. linux:
  2. system:
  3. enabled: true
  4. domain: ci.local
  5. name: linux
  6. network:
  7. enabled: true
  8. hostname: linux
  9. fqdn: linux.ci.local
  10. network_manager: false
  11. interface:
  12. eth0:
  13. enabled: true
  14. type: eth
  15. address: 192.168.0.102
  16. netmask: 255.255.255.0
  17. gateway: 192.168.0.1
  18. name_servers:
  19. - 8.8.8.8
  20. - 8.8.4.4
  21. mtu: 1500
  22. route:
  23. kubernetes_internal:
  24. address: 10.254.0.0
  25. netmask: 255.255.0.0
  26. some_other:
  27. address: 10.111.0.0
  28. netmask: 255.255.0.0
  29. gateway: 1.1.1.1
  30. vlan69:
  31. enabled: true
  32. type: vlan
  33. use_interfaces:
  34. - interface: ${linux:interface:eth0}