summaryrefslogtreecommitdiff
path: root/spreadspace
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-22 01:12:15 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-06-22 01:12:15 +0200
commitb13af9ddfd01117b350243dd1cc483a35a420611 (patch)
tree6d6faee4278235ee79fb3ee0c2a18729e5715b19 /spreadspace
parentmove r3-cccamp19 stuff to _graveyard_, introduce new kvm groups (diff)
all vm hosts/guests use the new network config schema
Diffstat (limited to 'spreadspace')
-rw-r--r--spreadspace/vm-install.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/spreadspace/vm-install.yml b/spreadspace/vm-install.yml
index cf19d046..b6a69b67 100644
--- a/spreadspace/vm-install.yml
+++ b/spreadspace/vm-install.yml
@@ -6,9 +6,10 @@
- set_fact:
install_cooked: "{{ install }}"
network_cooked: "{{ network }}"
+ vm_host_cooked: "{{ vm_host }}"
- name: cook variables for host
- hosts: "{{ hostvars[install_hostname].install.vm.host }}"
+ hosts: "{{ hostvars[install_hostname].vm_host.name }}"
gather_facts: no
tasks:
- set_fact: