From c2eb610edfcc6c299402d9f72518c2c6d5ad6f1e Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Mon, 22 Feb 2021 23:34:30 +0100 Subject: [PATCH] [gitlab] vault_ => vault. Signed-off-by: Yohann D'ANELLO --- group_vars/gitlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/gitlab.yml b/group_vars/gitlab.yml index c44a9f7f..7311a585 100644 --- a/group_vars/gitlab.yml +++ b/group_vars/gitlab.yml @@ -10,7 +10,7 @@ glob_gitlab: port: 389 uid: 'uid' bind_dn: 'cn=gitlab,ou=service-users,dc=crans,dc=org' - bind_password: "{{ vault_gitlab_ldap_password }}" + bind_password: "{{ vault.gitlab_ldap_password }}" base: 'cn=Utilisateurs,dc=crans,dc=org' user_filter: '(&(!(shadowExpire=0))(uid=*))' cas_name: 'cas3'