summaryrefslogtreecommitdiff
path: root/vminstall.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vminstall.yaml')
-rw-r--r--vminstall.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/vminstall.yaml b/vminstall.yaml
new file mode 100644
index 00000000..c8872b63
--- /dev/null
+++ b/vminstall.yaml
@@ -0,0 +1,14 @@
+---
+- name: Basic Installation
+ hosts: "{{ vmname }}"
+ gather_facts: no
+ roles:
+ - role: vm-install
+
+- include: "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 }