smtp-mm-osuosl01: fix ipv6 connection hopefully

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-06-02 10:42:28 -07:00
parent 98f831f089
commit 7bb616b5b4

View file

@ -12,6 +12,25 @@ has_ipv6: yes
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
mem_size: 4096
network_connections:
- autoconnect: yes
ip:
address:
- "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
- "{{ eth0_ipv6_ip }}/{{ eth0_ipv6_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
- 2001:4860:4860::8888
dns_search:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
gateway4: "{{ eth0_ipv4_gw }}"
gateway6: "{{ eth0_ipv6_gw }}"
mac: "{{ ansible_default_ipv4.macaddress }}"
name: eth0
type: ethernet
vmhost: osuosl02.fedoraproject.org
volgroup: /dev/vg_guests
vpn: true