add ldap server
This commit is contained in:
@@ -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
6
ansible/ldap_server.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# file: webservers.yaml
|
||||
- hosts: ldap_servers
|
||||
roles:
|
||||
- common
|
||||
- lego
|
||||
Reference in New Issue
Block a user