deploying new vlan setup is now done
[noc.git] / ansible / host_vars / alfred / main.yml
1 ---
2 vm_host:
3   installer:
4     net_if: br-mgmt
5     preseed_path: /srv/preseed
6     path: /srv/installer
7     distros:
8     - distro: debian
9       codename: stretch
10       arch:
11       - amd64
12       - i386
13     - distro: ubuntu
14       codename: xenial
15       arch:
16       - amd64
17       - i386
18   network:
19     interface: br-mgmt
20     ip: 192.168.32.65
21     mask: 255.255.255.0
22     gateway: 192.168.32.254
23     nameservers:
24     - 192.168.32.254
25     - 10.12.0.10
26     indices:
27       testvm: 99