summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-hroottest-obsd.yml
blob: c1007c8a1caacc81b4bef6f1af98fac96b8f97b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
_vm_host_: ch-hroottest

install:
  vm:
    host: "{{ _vm_host_ }}"
    mem: 1024
    numcpu: 1
    autostart: True
  disks:
    primary: /dev/vda
    virtio:
      vda:
        type: zfs
        name: root
        size: 10g
  interfaces:
  - bridge: br-public
    name: vio0

network:
  nameservers: "{{ hostvars[_vm_host_].vm_host.network.dns }}"
  domain: "{{ host_domain }}"
  primary: &_network_primary_
    name: vio0
    address: "{{ hostvars[_vm_host_].vm_host.network.bridges.public.prefix | ipaddr(hostvars[_vm_host_].vm_host.network.bridges.public.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
    gateway: "{{ hostvars[_vm_host_].vm_host.network.bridges.public.prefix | ipaddr('address') }}"
  interfaces:
  - *_network_primary_