[horde] Fix IPv6

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-06-24 17:09:50 +02:00
parent a1802145a4
commit 7e23337032
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 2 additions and 4 deletions

View File

@ -18,3 +18,5 @@ glob_horde:
admin_dest_hostname : webmail.adm.crans.org admin_dest_hostname : webmail.adm.crans.org
zone_ipv4 : 172.16.10.0/24 zone_ipv4 : 172.16.10.0/24
zone_ipv6 : fd00:0:0:10::/64 zone_ipv6 : fd00:0:0:10::/64
ipv4: "{{ query('ldap', 'ip', ansible_hostname, 'adm') | ipv4 | first }}"
ipv6: "{{ query('ldap', 'ip', ansible_hostname, 'adm') | ipv6 | first }}"

View File

@ -1,7 +1,3 @@
--- ---
interfaces: interfaces:
adm: eth0 adm: eth0
loc_horde:
ipv6: 'fd00::10:400:ff:fe01:810'
ipv4: '172.16.10.108'