ansible_cache/home_linux/reboot.yml
2024-08-29 21:50:57 +01:00

15 lines
245 B
YAML

---
- 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