ansible/reboot.yaml

11 lines
133 B
YAML
Raw Permalink Normal View History

2025-03-16 23:34:04 -06:00
---
- name: Reboot
hosts: all
gather_facts: false
become: true
tasks:
- name: Reboot systems (Linux)
reboot: