upt playbook

This commit is contained in:
jaydee
2023-10-26 19:19:10 +02:00
parent d3857e83d3
commit 9f7a94730c
10 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,7 @@
- hosts: odroid_master
name: Install k3s
become: true
gather_facts: no
tasks:
- name: Install K3S
ansible.builtin.shell: 'curl -sfL https://get.k3s.io | K3S_KUBECONFIG_MODE="644" INSTALL_K3S_VERSION="v1.24.1+k3s1" sh -s -'