ansible/reboot.yaml
2025-03-16 23:40:30 -06:00

10 lines
133 B
YAML

---
- name: Reboot
hosts: all
gather_facts: false
become: true
tasks:
- name: Reboot systems (Linux)
reboot: