Téléverser les fichiers vers "/"

This commit is contained in:
garfi 2025-05-17 22:56:38 +00:00
parent 4bd75ba6e1
commit 4f96bbf2ae

13
reboot_backup.yml Normal file
View File

@ -0,0 +1,13 @@
---
- name: Reboot a machine
hosts: all
become: yes
tasks:
- name: Reboot the machine
ansible.builtin.reboot:
msg: "Reboot avec ansible"
connect_timeout: 5
reboot_timeout: 600
pre_reboot_delay: 0
post_reboot_delay: 30