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

pillar.example.sls 211B

1234567891011
  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