From 081bed2aa103781dfc1ce186994ed93c30f5bda8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 22 Apr 2018 00:48:00 +0200 Subject: minor renaming --- vm-install.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 vm-install.yml (limited to 'vm-install.yml') diff --git a/vm-install.yml b/vm-install.yml new file mode 100644 index 00000000..e82aa33c --- /dev/null +++ b/vm-install.yml @@ -0,0 +1,21 @@ +--- +- name: Basic Installation + hosts: "{{ vmname }}" + gather_facts: no + pre_tasks: + - name: Gather facts of vm host + setup: + delegate_to: "{{ vm_install.host }}" + delegate_facts: yes + roles: + - role: vm-install + +- import_playbook: "host_playbooks/{{ vmname }}.yml" + +- name: Reboot and wait for VM come back + hosts: "{{ vmname }}" + gather_facts: no + roles: + - role: reboot-and-wait + reboot_delay: 10 + reboot_timeout: 120 -- cgit v1.2.3