From bd024fe395109470e33dfb1019721cfe6dc28bbc Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Sat, 24 Jan 2026 14:15:30 -0700 Subject: [PATCH] add hashed ldap manager pw --- .../production/host_vars/ldap.home.jthan.io/vars.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/inventories/production/host_vars/ldap.home.jthan.io/vars.yaml b/ansible/inventories/production/host_vars/ldap.home.jthan.io/vars.yaml index 2341237..2b03d71 100644 --- a/ansible/inventories/production/host_vars/ldap.home.jthan.io/vars.yaml +++ b/ansible/inventories/production/host_vars/ldap.home.jthan.io/vars.yaml @@ -1,5 +1,7 @@ root_pw: "{{ lookup('bitwarden.secrets.lookup', '64a96d82-179b-41af-898d-b3dc014f44a0') }}" +ldap_manager_pw_hash: "{{ lookup('bitwarden.secrets.lookup', '32654697-7172-4fe3-9767-b3dc015ddd34') }}" + letsencrypt_email: "me@jthan.io" linode_dns_token: "{{ lookup('bitwarden.secrets.lookup', '8849d676-e53e-4aef-a7e6-b3dc014dd698') }}"