From 2441acae7a7c5915f0129db57828800dcf7e14dc Mon Sep 17 00:00:00 2001 From: Benjamin Graillot Date: Fri, 4 Nov 2022 21:38:20 +0100 Subject: [PATCH] Fix arpproxy filter --- host_vars/boeing.adm.crans.org.yml | 2 +- host_vars/routeur-ft.adm.crans.org.yml | 2 +- host_vars/routeur-thot.adm.crans.org.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/host_vars/boeing.adm.crans.org.yml b/host_vars/boeing.adm.crans.org.yml index 6fa5bac4..6653e290 100644 --- a/host_vars/boeing.adm.crans.org.yml +++ b/host_vars/boeing.adm.crans.org.yml @@ -65,7 +65,7 @@ loc_service_proxy: ldap: server: "ldaps://{{ query('ldap', 'ip', 'ldap-adm', 'adm') | ansible.utils.ipv4 | first }}/" protocol: "proxy" - filter: "adm.crans.org" + filter: ".adm.crans.org" proxy: default: "ens18" viarezo: "viarezo" diff --git a/host_vars/routeur-ft.adm.crans.org.yml b/host_vars/routeur-ft.adm.crans.org.yml index df6c201e..e8ac67a7 100644 --- a/host_vars/routeur-ft.adm.crans.org.yml +++ b/host_vars/routeur-ft.adm.crans.org.yml @@ -31,7 +31,7 @@ loc_service_proxy: ldap: server: "ldaps://{{ query('ldap', 'ip', 'ft', 'adm') | ansible.utils.ipv4 | first }}/" protocol: "proxy" - filter: "adm.crans.org" + filter: ".adm.crans.org" proxy: default: "boeing" viarezo: "ens18" diff --git a/host_vars/routeur-thot.adm.crans.org.yml b/host_vars/routeur-thot.adm.crans.org.yml index b23383e2..6d29ef9d 100644 --- a/host_vars/routeur-thot.adm.crans.org.yml +++ b/host_vars/routeur-thot.adm.crans.org.yml @@ -32,7 +32,7 @@ loc_service_proxy: ldap: server: "ldaps://{{ query('ldap', 'ip', 'thot', 'adm') | ansible.utils.ipv4 | first }}/" protocol: "proxy" - filter: "adm.crans.org" + filter: ".adm.crans.org" proxy: default: "boeing" aurore: "ens18"