From 2e5b51cc24b6f6c91e7f969fe14e3adc2d4e80f2 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 21 Apr 2018 23:28:35 +0200 Subject: rename all .yaml to .yml --- vminstall.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 vminstall.yaml (limited to 'vminstall.yaml') diff --git a/vminstall.yaml b/vminstall.yaml deleted file mode 100644 index 43fcf81b..00000000 --- a/vminstall.yaml +++ /dev/null @@ -1,21 +0,0 @@ ---- -- 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 }}.yaml" - -- 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