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:
7
reboot.yaml
Normal file
7
reboot.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Reboot all machines
|
||||
hosts: all
|
||||
|
||||
tasks:
|
||||
- name: Reboot all machines
|
||||
ansible.builtin.reboot:
|
||||
Reference in New Issue
Block a user