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:
@ -4,7 +4,7 @@
|
||||
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 -'
|
||||
changed_when: false
|
||||
#changed_when: false
|
||||
- name: Get token
|
||||
ansible.builtin.command: 'cat /var/lib/rancher/k3s/server/node-token'
|
||||
register: k3s_token
|
||||
|
Reference in New Issue
Block a user