1
0
mirror of https://github.com/gjkcz/ansible-void.git synced 2025-11-30 22:00:27 +01:00

Initial commit

This commit is contained in:
2023-04-29 19:51:14 +02:00
commit d88ed5f3d2
16 changed files with 432 additions and 0 deletions

7
reboot.yaml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: Reboot all machines
hosts: all
tasks:
- name: Reboot all machines
ansible.builtin.reboot: