ansible: add global network config
[noc.git] / ansible / group_vars / all / network.yml
1 ---
2 net:
3   mgmt:
4     vlan: 32
5     prefix: 192.168.32.0/24
6     gw: 192.168.32.254
7     dns:
8       - 192.168.32.254
9     offsets:
10       switches: 200
11       accesspoints: 220
12
13   iot:
14     vlan: 33
15     prefix: 192.168.33.0/24
16     gw: 192.168.33.254
17     dns:
18       - 192.168.33.254
19
20   lan:
21     vlan: 127
22     prefix: 192.168.127.0/24
23     gw: 192.168.127.254
24     dns:
25       - 192.168.127.254
26
27   ff:
28     vlan: 255
29     prefix: 10.12.240.240/28