From 93623264d6db800b34994ee0caa1b91705c8d67e Mon Sep 17 00:00:00 2001 From: shirenn Date: Fri, 4 Nov 2022 22:39:50 +0100 Subject: [PATCH] [proxy] quelques mails plus tard :p --- host_vars/boeing.adm.crans.org.yml | 2 +- host_vars/routeur-ft.adm.crans.org.yml | 3 ++- host_vars/routeur-thot.adm.crans.org.yml | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/host_vars/boeing.adm.crans.org.yml b/host_vars/boeing.adm.crans.org.yml index 6653e290..263937bc 100644 --- a/host_vars/boeing.adm.crans.org.yml +++ b/host_vars/boeing.adm.crans.org.yml @@ -63,7 +63,7 @@ loc_wireguard: loc_service_proxy: config: ldap: - server: "ldaps://{{ query('ldap', 'ip', 'ldap-adm', 'adm') | ansible.utils.ipv4 | first }}/" + - server: "ldaps://{{ query('ldap', 'ip', 'ldap-adm', 'adm') | ansible.utils.ipv4 | first }}/" protocol: "proxy" filter: ".adm.crans.org" proxy: diff --git a/host_vars/routeur-ft.adm.crans.org.yml b/host_vars/routeur-ft.adm.crans.org.yml index e8ac67a7..6201f6e5 100644 --- a/host_vars/routeur-ft.adm.crans.org.yml +++ b/host_vars/routeur-ft.adm.crans.org.yml @@ -29,7 +29,8 @@ loc_wireguard: loc_service_proxy: config: ldap: - server: "ldaps://{{ query('ldap', 'ip', 'ft', 'adm') | ansible.utils.ipv4 | first }}/" + - server: "ldaps://{{ query('ldap', 'ip', 'ldap-adm', 'adm') | ansible.utils.ipv4 | first }}/" + - server: "ldaps://{{ query('ldap', 'ip', 'ft', 'adm') | ansible.utils.ipv4 | first }}/" protocol: "proxy" filter: ".adm.crans.org" proxy: diff --git a/host_vars/routeur-thot.adm.crans.org.yml b/host_vars/routeur-thot.adm.crans.org.yml index 6d29ef9d..f06e0338 100644 --- a/host_vars/routeur-thot.adm.crans.org.yml +++ b/host_vars/routeur-thot.adm.crans.org.yml @@ -30,7 +30,8 @@ loc_wireguard: loc_service_proxy: config: ldap: - server: "ldaps://{{ query('ldap', 'ip', 'thot', 'adm') | ansible.utils.ipv4 | first }}/" + - server: "ldaps://{{ query('ldap', 'ip', 'ldap-adm', 'adm') | ansible.utils.ipv4 | first }}/" + - server: "ldaps://{{ query('ldap', 'ip', 'thot', 'adm') | ansible.utils.ipv4 | first }}/" protocol: "proxy" filter: ".adm.crans.org" proxy: