master
Michael Wilson 3 years ago
parent 637be8b2b2
commit ad7d8ba2ac
  1. 2
      linux/k3s/master/tasks/main.yml

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

Loading…
Cancel
Save