feat: initial commit

This commit is contained in:
Simon Cornet 2025-10-03 11:59:26 +02:00
commit eeaa21f120
18 changed files with 235 additions and 93 deletions

11
handlers/main.yaml Normal file
View file

@ -0,0 +1,11 @@
---
# 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"