Rename playbook to playbooks for ansible collection support (#333)

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2024-06-04 10:36:35 -07:00
committed by GitHub
parent 006653f3ff
commit 5a12415b3c
4 changed files with 0 additions and 0 deletions

16
playbooks/upgrade.yml Normal file
View File

@@ -0,0 +1,16 @@
---
# Servers should be restarted sequientally to avoid etcd learner issues
# Agents have no such limitation
- name: Upgrade K3s Servers
hosts: server
become: true
serial: 1
roles:
- role: k3s_upgrade
- name: Upgrade K3s Agents
hosts: agent
become: true
roles:
- role: k3s_upgrade