From dc56c8a8d36fcab1b037f4f071bad2167d0a5946 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Tue, 20 Jan 2026 18:26:22 -0700 Subject: [PATCH] add ldap server --- ansible/inventories/production/hosts.ini | 3 +++ ansible/ldap_server.yaml | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 ansible/ldap_server.yaml diff --git a/ansible/inventories/production/hosts.ini b/ansible/inventories/production/hosts.ini index 4d27867..d5e64e0 100644 --- a/ansible/inventories/production/hosts.ini +++ b/ansible/inventories/production/hosts.ini @@ -12,3 +12,6 @@ authentik.home.jthan.io ansible_host=192.168.1.8 [monitoring] monitoring.home.jthan.io ansible_host=192.168.1.12 + +[ldap_server] +ldap.home.jthan.io diff --git a/ansible/ldap_server.yaml b/ansible/ldap_server.yaml new file mode 100644 index 0000000..6d323ea --- /dev/null +++ b/ansible/ldap_server.yaml @@ -0,0 +1,6 @@ +--- +# file: webservers.yaml +- hosts: ldap_servers + roles: + - common + - lego