Loading roles/k3s/master/tasks/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ remote_src: yes owner: "{{ ansible_user }}" - name: Replace https://localhost:6443 by https://master-pi:6443 - name: Replace https://localhost:6443 by https://master-ip:6443 command: >- k3s kubectl config set-cluster default --server=https://{{ master_ip }}:6443 Loading Loading
roles/k3s/master/tasks/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ remote_src: yes owner: "{{ ansible_user }}" - name: Replace https://localhost:6443 by https://master-pi:6443 - name: Replace https://localhost:6443 by https://master-ip:6443 command: >- k3s kubectl config set-cluster default --server=https://{{ master_ip }}:6443 Loading