2
0

initial commits

This commit is contained in:
2024-06-04 15:30:47 +02:00
parent 82964cac84
commit 9730b244da
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Reboot machine
hosts: "{{ my_hosts | d([]) }}"
become: true
tasks:
- name: Reboot machine
ansible.builtin.reboot:
reboot_timeout: 3600