add ldap server

This commit is contained in:
2026-01-20 18:26:22 -07:00
parent a8b85590f9
commit dc56c8a8d3
2 changed files with 9 additions and 0 deletions

View File

@@ -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

6
ansible/ldap_server.yaml Normal file
View File

@@ -0,0 +1,6 @@
---
# file: webservers.yaml
- hosts: ldap_servers
roles:
- common
- lego