summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-testvm.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-12 13:44:47 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-06-21 00:14:25 +0200
commited3885ac85e1a005d972662f966849bf626d5fba (patch)
tree6291a6b1947657ec083a50a43f4a654bc27392d9 /inventory/host_vars/ch-testvm.yml
parentMerge branch 'topic/kubernetes-network-plugins' (diff)
initial tests with new network config
Diffstat (limited to 'inventory/host_vars/ch-testvm.yml')
-rw-r--r--inventory/host_vars/ch-testvm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-testvm.yml b/inventory/host_vars/ch-testvm.yml
index 24455db5..b8c356fc 100644
--- a/inventory/host_vars/ch-testvm.yml
+++ b/inventory/host_vars/ch-testvm.yml
@@ -28,7 +28,7 @@ network:
systemd_link:
interfaces: "{{ install.interfaces }}"
primary:
- interface: primary0
+ name: primary0
ip: "{{ hostvars[_vm_host_].vm_host.network.bridges.public.prefix | ipaddr(hostvars[_vm_host_].vm_host.network.bridges.public.offsets[inventory_hostname]) | ipaddr('address') }}"
mask: "{{ hostvars[_vm_host_].vm_host.network.bridges.public.prefix | ipaddr('netmask') }}"
gateway: "{{ hostvars[_vm_host_].vm_host.network.bridges.public.gateway }}"