From deaba6f6d592e9971d194562fc5e0bc8518d62d0 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Fri, 23 Jan 2026 19:33:31 -0700 Subject: [PATCH] add initial user, set vars --- .../host_vars/ldap.home.jthan.io/vars.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ansible/inventories/production/host_vars/ldap.home.jthan.io/vars.yaml 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 new file mode 100644 index 0000000..4dba47e --- /dev/null +++ b/ansible/inventories/production/host_vars/ldap.home.jthan.io/vars.yaml @@ -0,0 +1,12 @@ +#root_pw: "{{ lookup('bitwarden.secrets.lookup', '4c3d81e6-bb31-40f9-a37a-b3bd00484160') }}" +ldap_domain: ldap.home.jthan.io +ldap_basedn: dc=ldap,dc=home,dc=jthan,dc=io + +ldap_users: + - uid: jonathan + cn: Jonathan DeMasi + sn: DeMasi + uidNumber: 10001 + gidNumber: 10001 + ssh_keys: + - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHQyLuuN1SYM3ise8983bA7tT5VJqAI5CpPV1whEA9VF