summaryrefslogtreecommitdiff
path: root/common/vm-install.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-11 02:58:28 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-11 02:58:28 +0200
commit49c58d575f420165f7d8341bccb8b4ba4629e735 (patch)
treedfbfe6a937ec04fa7d48de8c1d08a1596ba837b2 /common/vm-install.yml
parentMerge branch 'topic/debian-installer-verification' (diff)
parentch-gnocchi: remove temporary interface config (diff)
Merge branch 'topic/vm-host-network'
Diffstat (limited to 'common/vm-install.yml')
-rw-r--r--common/vm-install.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/common/vm-install.yml b/common/vm-install.yml
index b0c3815a..64894d1a 100644
--- a/common/vm-install.yml
+++ b/common/vm-install.yml
@@ -27,7 +27,7 @@
- name: basic installation
hosts: _vmhost_
roles:
- - role: vm/install
+ - role: vm/guest/install
- name: wait for new vm to start up
@@ -58,14 +58,12 @@
- name: make sure to update cached facts
setup:
roles:
- - role: vm/grub
+ - role: vm/guest/base
when: install_distro in ['debian', 'ubuntu']
- - role: vm/network
- when: install_distro in ['debian', 'ubuntu']
- - role: vm/guest
+ - role: vm/guest/network
when: install_distro in ['debian', 'ubuntu']
-- name: reboot and wait for VM come back
+- name: reboot and wait for VM to come back
hosts: "{{ install_hostname }}"
gather_facts: no
roles: