Implement LDAP server role.
This commit is contained in:
parent
b3b8d3d342
commit
0597d178e0
4 changed files with 156 additions and 0 deletions
14
mainserver.yml
Normal file
14
mainserver.yml
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue