Bechtoldt's Network Saltstack Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

21 行
375B

  1. network:
  2. interfaces:
  3. - name: eth0
  4. proto: dhcp
  5. type: eth
  6. - name: eth1
  7. proto: static
  8. ipaddr: 192.168.2.31
  9. netmask: 255.255.255.0
  10. gateway: 192.168.2.1
  11. - name: eth2
  12. resolver:
  13. domain: domain.local
  14. search: domain.local
  15. nameservers:
  16. - 192.168.2.1
  17. - 2002::beef
  18. options:
  19. - rotate
  20. - timeout:1