master
Michael Wilson 3 years ago
parent c4371a2de9
commit 3388986d1e
  1. 2
      linux/k3s/master/tasks/main.yml

@ -1,4 +1,4 @@
- name: run cluster init on first node
shell: "curl -sfL https://get.k3s.io | K3S_TOKEN={{ k3s_secret }}" sh -s - server --cluster-init"
shell: "curl -sfL https://get.k3s.io | K3S_TOKEN={{ k3s_secret }} sh -s - server --cluster-init"
become: yes
when: k3s_bootstrap

Loading…
Cancel
Save