docker/handlers/main.yaml
2025-10-03 11:59:26 +02:00

11 lines
227 B
YAML

---
# reboot container
- name: "reboot container"
ansible.builtin.reboot:
msg: "reboot container"
connect_timeout: 5
reboot_timeout: 60
pre_reboot_delay: 0
post_reboot_delay: 5
test_command: "whoami"