update: add k3s_url_ip variable to configuration files and update references in Ansible playbooks
This commit is contained in:
parent
ae59661982
commit
34fbe9b5b3
5 changed files with 18 additions and 14 deletions
|
|
@ -69,4 +69,4 @@
|
|||
ansible.builtin.replace:
|
||||
path: /home/vagrant/.kube/config
|
||||
regexp: "127.0.0.1:6443"
|
||||
replace: "{{ vm1_ip }}:6443"
|
||||
replace: "{{ k3s_url_ip }}:6443"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue