diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-05 16:13:01 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-05 16:13:01 -0500 |
commit | fb0b3914086484d9284426985984e2c1699ba557 (patch) | |
tree | 963a2288a3b33f389972a78efaf3b6462bbe1925 /group_vars/lldap.yml | |
parent | b62d5f559b81556a1dd6197c72a0c43ba1744477 (diff) | |
download | oldinfra-fb0b3914086484d9284426985984e2c1699ba557.tar.gz oldinfra-fb0b3914086484d9284426985984e2c1699ba557.zip |
ldap, internal CA, internal webserver, dns, etc.
Diffstat (limited to 'group_vars/lldap.yml')
-rw-r--r-- | group_vars/lldap.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/group_vars/lldap.yml b/group_vars/lldap.yml new file mode 100644 index 0000000..2322e7f --- /dev/null +++ b/group_vars/lldap.yml @@ -0,0 +1,3 @@ +--- +lldap_jwt_secret: "{{ lookup('env', 'LLDAP_JWT_SECRET') }}" +lldap_user_pass: "{{ lookup('env', 'LLDAP_USER_PASS') }}" |