We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb938c commit 382f735Copy full SHA for 382f735
etc/kayobe/ansible/reboot.yml
@@ -4,10 +4,13 @@
4
serial: "{{ lookup('env', 'ANSIBLE_SERIAL') | default(1, true) }}"
5
tags:
6
- reboot
7
+ vars:
8
+ reboot_timeout_s: "{{ 20 * 60 }}"
9
tasks:
10
- name: Reboot and wait
11
become: true
12
reboot:
13
+ reboot_timeout: "{{ reboot_timeout_s }}"
14
search_paths:
15
# Systems running molly-guard hang waiting for confirmation before rebooting without this.
16
- "/lib/molly-guard"
0 commit comments