tlu/salt/pillars/network.sls

36 lines
742 B
Plaintext
Raw Normal View History

2021-09-22 07:49:42 +00:00
network:
2021-09-22 14:33:00 +00:00
hostname: admin
2021-10-17 11:55:21 +00:00
domain: suse.lan
interface: eth0 # to be bridged with wlan0
wireless: wlan0 # not to be managed by NetworkManager
bridge: br0 # hostapd will create this bridgeport
external: eth1
2021-10-17 12:06:30 +00:00
ip: 172.18.0.1 # all networks are /24
2021-10-17 11:55:21 +00:00
hosts: # key=hostname to be added to /etc/hosts, value=last octate of IP
rmt: 1
ntp: 1
dns: 1
www: 1
switch: 10
harvester: 20
node1: 21
node2: 22
node3: 23
2021-09-22 14:33:00 +00:00
vlan:
-
id: 100
2021-10-17 12:06:30 +00:00
address: 172.18.100.1
2021-10-17 11:55:21 +00:00
zone: public
2021-09-22 14:33:00 +00:00
-
id: 200
2021-10-17 12:06:30 +00:00
address: 172.18.200.1
2021-10-17 11:55:21 +00:00
zone: public
2021-09-22 14:33:00 +00:00
-
id: 250
2021-10-17 12:06:30 +00:00
address: 172.18.250.1
2021-10-17 11:55:21 +00:00
zone: airgap
2021-10-16 13:59:28 +00:00
wol:
1: 7c:10:c9:50:17:9b
2: 7c:10:c9:50:17:0a
3: 7c:10:c9:50:17:58