feat: add k3s to renovaterc

This commit is contained in:
Sebastian Mark 2023-07-17 10:46:36 +02:00
parent 603cdbc52f
commit a07a48fba6
2 changed files with 8 additions and 0 deletions

View file

@ -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