ansible_cache/home_linux/reboot.yml
2024-12-27 12:47:45 +00:00

15 lines
245 B
YAML
Executable File

---
- name: Reboot the Raspberries
hosts: kubernetes
gather_facts: no
roles:
- common
become: yes
tasks:
- name: Rebooting...
ansible.builtin.reboot:
msg: "Reboot initiated by Ansible"
test_command: uptime