Initial project commit

This commit is contained in:
2024-12-16 19:59:57 -05:00
commit fa1b5cce00
3409 changed files with 460909 additions and 0 deletions

View File

@ -0,0 +1,24 @@
---
verified_reboot_reboot_time: 1 # Time in minutes issued to the shutdown command
verified_reboot_reboot_msg: '*** ANSIBLE INITIATED REBOOT ***'
verified_reboot_bootid_file: /proc/sys/kernel/random/boot_id
# Maximum number of times to check for a successful reboot
verified_reboot_max_checks: 10
# Maximum number of seconds to wait for a connection to happen before closing and retrying.
verified_reboot_wait_conn_timeout: 20
# Number of seconds to sleep between checks.
verified_reboot_wait_sleep: 10
# Number of seconds to wait before starting to poll.
verified_reboot_wait_delay: 70
# Maximum number of seconds to wait for.
#
# We need to ensure this is long enough to cover ANY reboot
# from either Bigboot or IPU based reboots using this
#
# Default: 1800 (30mins)
verified_reboot_wait_timeout: 1800