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:
parent
9ce1351301
commit
cda4b5e5a3
1 changed files with 4 additions and 0 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue