16 lines
443 B
YAML
16 lines
443 B
YAML
---
|
|
# defaults file for reboot
|
|
|
|
# Some operating systems can determine if a reboot is required. This
|
|
# parameter can be set to always reboot.
|
|
reboot_always: no
|
|
|
|
# How long to wait before sending a reboot.
|
|
reboot_delay: 4
|
|
|
|
# Number of seconds to wait before checking if the machine is up.
|
|
reboot_up_delay: 8
|
|
|
|
# You can specify a message for rebooting, easier for auditing.
|
|
reboot_message: "Ansible role robertdebock.reboot initiated a reboot."
|