mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
upt playbook
This commit is contained in:
@ -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 -'
|
||||
|
Reference in New Issue
Block a user