Bechtoldt's Network Saltstack 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.

pillar.example.sls 375B

1234567891011121314151617181920
  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