summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-hroottest-obsd.yml
blob: f7d5cba7a032fd947fce6f0d0a4213c278f038b7 (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
---
install:
  vm:
    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: "{{ vm_host.network.dns }}"
  domain: "{{ host_domain }}"
  primary: &_network_primary_
    name: vio0
    address: "{{ vm_host.network.bridges.public.prefix | ipaddr(vm_host.network.bridges.public.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
    gateway: "{{ vm_host.network.bridges.public.prefix | ipaddr(vm_host.network.bridges.public.offsets[vm_host.name]) | ipaddr('address') }}"
  interfaces:
  - *_network_primary_