1
0
Fork 0
forked from infra/ansible

proxy01.stg: try an approach using a secondary ip

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-06-23 14:28:39 -07:00
commit cda4b5e5a3

View file

@ -5,8 +5,10 @@ dns1: 10.16.163.33
dns2: 10.16.163.34
eth0_ipv4_gw: 10.16.166.254
eth0_ipv4_ip: 10.16.166.74
eth0_secondary_ipv4_ip: 10.16.166.85
eth0_ipv6_gw: 2620:52:6:1131::1
eth0_ipv6_ip: 2620:52:6:1131:bead:cafe:feed:fed1
eth0_secondary_ipv6_ip: 2620:52:6:1131:bead:cafe:feed:fed10
eth0_ipv6_nm: 64
network_connections:
- autoconnect: yes
@ -14,6 +16,8 @@ network_connections:
address:
- "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
- "{{ eth0_ipv6_ip }}/{{ eth0_ipv6_nm }}"
- "{{ eth0_secondary_ipv4_ip }}/{{ eth0_ipv4_nm }}"
- "{{ eth0_secondary_ipv6_ip }}/{{ eth0_ipv6_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"