Connexion au serveur LDAP

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2021-05-24 19:30:20 +02:00
parent a8c4bf141b
commit 0a85cd22ff
7 changed files with 126 additions and 0 deletions

View File

@ -3,6 +3,7 @@
- import_playbook: apt.yml
- import_playbook: ntp.yml
- import_playbook: ldap-client.yml
- hosts: all
roles:

7
plays/ldap-client.yml Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env ansible-playbook
---
- hosts: debian
vars:
ldap: '{{ glob_ldap | combine(loc_ldap | default({})) }}'
roles:
- ldap-client