init commit

This commit is contained in:
2025-07-21 14:26:07 -05:00
commit 6a683a7a38
25 changed files with 635 additions and 0 deletions

9
playbooks/reboot.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- name: Reboot system immediately
hosts: all
become: true
tasks:
- name: Reboot the machine
ansible.builtin.reboot:
msg: "Rebooting"
reboot_timeout: 600