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