Implement LDAP server role.

This commit is contained in:
Andreas B. Mundt 2019-11-17 11:31:55 +01:00
parent b3b8d3d342
commit 0597d178e0
4 changed files with 156 additions and 0 deletions

14
mainserver.yml Normal file
View file

@ -0,0 +1,14 @@
---
# This playbook deploys the mainserver
- name: apply configuration to the mainserver
hosts: all
remote_user: andi
become: yes
vars:
foo_pwd: 123
roles:
- ldap
# - krb5-kdc-ldap