summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-07 16:46:53 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-06-07 16:46:53 +0200
commitfbca1591e68a1223719c177be4750c3bb5a88177 (patch)
tree99b38e820ae493200021f1a4c959d18856204b58 /inventory
parentfix vm install role (cook vm_host variable) (diff)
fix vm install variable cooking once more
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-hroottest-obsd.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/inventory/host_vars/ch-hroottest-obsd.yml b/inventory/host_vars/ch-hroottest-obsd.yml
index c8af9fe1..292e8101 100644
--- a/inventory/host_vars/ch-hroottest-obsd.yml
+++ b/inventory/host_vars/ch-hroottest-obsd.yml
@@ -20,8 +20,6 @@ install:
network:
nameservers: "{{ hostvars[vm_host].vm_host.network.dns }}"
domain: "{{ host_domain }}"
- systemd_link:
- interfaces: "{{ install.interfaces }}"
primary:
interface: vio0
ip: "{{ hostvars[vm_host].vm_host.network.bridges.public.prefix | ipaddr(hostvars[vm_host].vm_host.network.bridges.public.offsets[inventory_hostname]) | ipaddr('address') }}"