ansible-fr/playbooks/reboot.yaml

8 lines
117 B
YAML
Raw Normal View History

2024-05-30 17:04:14 +02:00
---
- name: Reboot all machines
hosts: all
tasks:
- name: Reboot all machines
ansible.builtin.reboot: