update: add k3s_url_ip variable to configuration files and update references in Ansible playbooks

This commit is contained in:
jon brookes 2025-08-09 13:32:07 +01:00
parent ae59661982
commit 34fbe9b5b3
5 changed files with 18 additions and 14 deletions

View file

@ -7,3 +7,4 @@ export VM1_IP="192.168.56.80"
export VM2_IP="192.168.56.81"
export VM3_IP="192.168.56.82"
export VAGRANT_NETWORK_PREFIX="192.168.56"
export K3S_URL_IP="192.168.56.250"