feat: add k3s to renovaterc
This commit is contained in:
parent
91c77d80e1
commit
6ce6c08187
2 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
- name: install k3s server
|
||||
ansible.builtin.command: "k3s_install.sh"
|
||||
environment:
|
||||
INSTALL_K3S_CHANNEL: "v1.27"
|
||||
INSTALL_K3S_EXEC: "--disable traefik"
|
||||
changed_when: false
|
||||
- name: start and enable k3s server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue