From c56b50b6f40565a3cb0b0d6dad3802ca4b8a5e9a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 15 Jul 2020 15:27:19 +0200 Subject: fix vm/guest roles ordering --- inventory/host_vars/ch-oulu-vm1.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 inventory/host_vars/ch-oulu-vm1.yml (limited to 'inventory/host_vars/ch-oulu-vm1.yml') diff --git a/inventory/host_vars/ch-oulu-vm1.yml b/inventory/host_vars/ch-oulu-vm1.yml new file mode 100644 index 00000000..b760cde5 --- /dev/null +++ b/inventory/host_vars/ch-oulu-vm1.yml @@ -0,0 +1,32 @@ +--- +install: + vm: + memory: 16G + numcpus: 12 + autostart: False + disks: + primary: /dev/sda + scsi: + sda: + type: zfs + name: root + size: 10g + interfaces: + - bridge: br-lan + name: lan0 + - bridge: br-svc + name: svc0 + +network: + nameservers: "{{ network_zones.lan.dns }}" + domain: "{{ host_domain }}" + systemd_link: + interfaces: "{{ install.interfaces }}" + primary: &_network_primary_ + name: lan0 + address: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address/prefix') }}" + gateway: "{{ network_zones.lan.gateway }}" + interfaces: + - *_network_primary_ + - name: svc0 + address: 1.2.3.4/24 -- cgit v1.2.3