Saltstack Official Linux Formula
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

27 lines
547B

  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. #vlan69:
  23. #enabled: true
  24. #type: vlan
  25. #use_interfaces:
  26. #- interface: ${linux:interface:eth0}