summaryrefslogtreecommitdiff
path: root/vminstall.yaml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-11-21 22:28:39 +0100
committerChristian Pointner <equinox@spreadspace.org>2017-11-21 22:28:39 +0100
commit91cd5480b5a1ca1103d5e239af3d331477c41c2c (patch)
treeb495bf31e2d5da50b045838a1e8d0455db09ee65 /vminstall.yaml
initial commit as copy from helsinki ansible repo
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 }