21 lines
706 B
YAML
21 lines
706 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."
|
|
|
|
# Some Docker containers do not allow managing services, rebooting and writing
|
|
# to some locations in /etc. The role skips tasks that will typically fail in
|
|
# Docker. With this parameter you can tell the role to -not- skip these tasks.
|
|
reboot_ignore_docker: yes
|