chore 📦: Update setupacdc.yml to use new location gateway

Updated the network configuration in setupacdc.yml to use the new location gateway, ensuring consistency with recent changes. This change allows for more accurate IP address assignment and reduces potential issues with container networking.
This commit is contained in:
2025-11-01 18:48:09 +01:00
parent a0dc69e934
commit 1b2122392a

View File

@@ -15,7 +15,7 @@
-password 123456 \
-cores 2 \
-memory 2048 \
-net0 name=eth0,bridge=vmbr0,ip={{ container_ip }}/24,gw={{ addc_ansible_host }} \
-net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }} \
-rootfs local:1G
become: yes
become_user: root