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.
|
- network:
- interfaces:
- - name: eth0
- proto: dhcp
- type: eth
- - name: eth1
- proto: static
- ipaddr: 192.168.2.31
- netmask: 255.255.255.0
- gateway: 192.168.2.1
- - name: eth2
- resolver:
- domain: domain.local
- search: domain.local
- nameservers:
- - 192.168.2.1
- - 2002::beef
- options:
- - rotate
- - timeout:1
|