Files
auricom-home-cluster/server/ansible/playbooks/k3s/upgrade.yml
2021-04-09 11:37:49 +02:00

14 lines
224 B
YAML

---
- hosts:
- server-nodes
- worker-nodes
become: true
gather_facts: true
any_errors_fatal: true
pre_tasks:
- name: Pausing for 5 seconds...
pause:
seconds: 5
roles:
- xanmanning.k3s