Files
Ansible-Bootstrap/roles/cleanup/defaults/main.yml

10 lines
265 B
YAML

---
# Post-reboot verification
cleanup_verify_boot: true
cleanup_boot_timeout: 300
cleanup_remove_on_failure: true
# How long to let the guest finish the shutdown started in shutdown.yml before forcing it off
cleanup_poweroff_retries: 24
cleanup_poweroff_delay: 5