summaryrefslogtreecommitdiff
path: root/common/cloud-install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'common/cloud-install.yml')
-rw-r--r--common/cloud-install.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/cloud-install.yml b/common/cloud-install.yml
index 38523bb0..506ad2bc 100644
--- a/common/cloud-install.yml
+++ b/common/cloud-install.yml
@@ -50,3 +50,11 @@
- "../{{ install_environment }}/{{ install_hostname }}.yml"
- "../{{ install_environment }}/{{ install_playbook | default('common') }}.yml"
import_playbook: "{{ q('first_found', params) | first }}"
+
+
+- name: reboot machine
+ hosts: "{{ install_hostname }}"
+ roles:
+ - role: reboot-and-wait
+ reboot_delay: 10
+ reboot_timeout: 120