48f4ee55fcfa5678125b5be9184630e9bd9b8871
[noc.git] / ansible / host_vars / alfred / main.yml
1 ---
2 vm_host:
3   installer:
4     net_if: br-mgmt
5     distros:
6     - distro: debian
7       codename: stretch
8       arch:
9       - amd64
10       - i386
11     - distro: ubuntu
12       codename: xenial
13       arch:
14       - amd64
15       - i386
16   network:
17     interface: br-mgmt
18     ip: "{{ net.mgmt.prefix | ipaddr(65) | ipaddr('address') }}"
19     mask: "{{ net.mgmt.prefix | ipaddr('netmask') }}"
20     gateway: "{{ net.mgmt.gw }}"
21     nameservers: "{{ net.mgmt.dns }}"
22     indices:
23       testvm: 99