ansible_cache/home_linux/reboot.yml

15 lines
245 B
YAML
Raw Normal View History

2021-03-26 20:51:12 +00:00
---
- name: Reboot the Raspberries
2024-08-29 20:50:57 +00:00
hosts: kubernetes
gather_facts: no
2021-03-26 20:51:12 +00:00
roles:
- common
become: yes
tasks:
- name: Rebooting...
ansible.builtin.reboot:
2021-03-26 20:51:12 +00:00
msg: "Reboot initiated by Ansible"
test_command: uptime