feat: initial commit
This commit is contained in:
parent
13bdf84b4d
commit
eeaa21f120
18 changed files with 235 additions and 93 deletions
11
handlers/main.yaml
Normal file
11
handlers/main.yaml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue