diff --git a/roles/config-freeradius-totp/templates/ldap.j2 b/roles/config-freeradius-totp/templates/ldap.j2 index e7d33fd..7f08b52 100644 --- a/roles/config-freeradius-totp/templates/ldap.j2 +++ b/roles/config-freeradius-totp/templates/ldap.j2 @@ -2,7 +2,7 @@ ldap { server = 'ldap.verdnatura.es' identity = 'cn=admin,dc=verdnatura,dc=es' - password = {{ bindradiusldap_password }} + password = {{ lookup('ansible.builtin.vault', 'bindradiusldap_password') }} base_dn = 'dc=verdnatura,dc=es' user_dn = "LDAP-UserDn" update {