kube-cluster-update playbook
update k3s version to 1.29
This commit is contained in:
10
ansible-5/playbooks/kube-cluster-update.yaml
Normal file
10
ansible-5/playbooks/kube-cluster-update.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: ping
|
||||
hosts: kube
|
||||
gather_facts: true
|
||||
|
||||
roles:
|
||||
- role: k3s
|
||||
become: true
|
||||
vars:
|
||||
k3s_upgrade: true
|
||||
Reference in New Issue
Block a user