|
|
|
@ -19,21 +19,21 @@ version_added: "2.7"
|
|
|
|
|
options:
|
|
|
|
|
pre_reboot_delay:
|
|
|
|
|
description:
|
|
|
|
|
- Seconds for shutdown to wait before requesting reboot.
|
|
|
|
|
- On Linux, macOS, and OpenBSD this is converted to minutes and rounded down. If less than 60, it will be set to 0.
|
|
|
|
|
- On Solaris and FreeBSD this will be seconds.
|
|
|
|
|
- Seconds to wait before reboot. Passed as a parameter to the reboot command.
|
|
|
|
|
- On Linux, macOS and OpenBSD, this is converted to minutes and rounded down. If less than 60, it will be set to 0.
|
|
|
|
|
- On Solaris and FreeBSD, this will be seconds.
|
|
|
|
|
default: 0
|
|
|
|
|
type: int
|
|
|
|
|
post_reboot_delay:
|
|
|
|
|
description:
|
|
|
|
|
- Seconds to wait after the reboot was successful and the connection was re-established.
|
|
|
|
|
- Seconds to wait after the reboot command was successful before attempting to validate the system rebooted successfully.
|
|
|
|
|
- This is useful if you want wait for something to settle despite your connection already working.
|
|
|
|
|
default: 0
|
|
|
|
|
type: int
|
|
|
|
|
reboot_timeout:
|
|
|
|
|
description:
|
|
|
|
|
- Maximum seconds to wait for machine to reboot and respond to a test command.
|
|
|
|
|
- This timeout is evaluated separately for both network connection and test command success so the
|
|
|
|
|
- This timeout is evaluated separately for both reboot verification and test command success so the
|
|
|
|
|
maximum execution time for the module is twice this amount.
|
|
|
|
|
default: 600
|
|
|
|
|
type: int
|
|
|
|
|