mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Rename playbook to playbooks for ansible collection support (#333)
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
16
playbooks/upgrade.yml
Normal file
16
playbooks/upgrade.yml
Normal 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
|
||||
Reference in New Issue
Block a user