summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-01-24 22:29:59 +0100
committerChristian Pointner <equinox@spreadspace.org>2021-01-24 22:29:59 +0100
commit38254d3a5e25b13acdabb143001b0900c02cb58e (patch)
treec5de08e8f3265e40abf618808bc2b19dccdd61f5 /common
parentreboot new machines at the end of install playbooks (diff)
fix reboot timeouts
Diffstat (limited to 'common')
-rw-r--r--common/iso-install.yml2
-rw-r--r--common/usb-install.yml2
-rw-r--r--common/vm-install.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/iso-install.yml b/common/iso-install.yml
index 0946aa10..ea132d4e 100644
--- a/common/iso-install.yml
+++ b/common/iso-install.yml
@@ -86,5 +86,5 @@
hosts: "{{ install_hostname }}"
roles:
- role: reboot-and-wait
- reboot_delay: 10
+ reboot_delay: 5
reboot_timeout: 120
diff --git a/common/usb-install.yml b/common/usb-install.yml
index 2346b18e..81fe239a 100644
--- a/common/usb-install.yml
+++ b/common/usb-install.yml
@@ -76,5 +76,5 @@
hosts: "{{ install_hostname }}"
roles:
- role: reboot-and-wait
- reboot_delay: 10
+ reboot_delay: 5
reboot_timeout: 120
diff --git a/common/vm-install.yml b/common/vm-install.yml
index 552c07f7..414b614f 100644
--- a/common/vm-install.yml
+++ b/common/vm-install.yml
@@ -78,5 +78,5 @@
hosts: "{{ install_hostname }}"
roles:
- role: reboot-and-wait
- reboot_delay: 10
+ reboot_delay: 5
reboot_timeout: 120