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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user