abril/reset.yml
2022-09-25 12:35:36 -05:00

14 lines
249 B
YAML

---
- hosts: k3s_cluster
gather_facts: yes
become: yes
roles:
- role: reset
- role: raspberrypi
vars: {state: absent}
post_tasks:
- name: Reboot and wait for node to come back up
reboot:
reboot_timeout: 3600