Skip to content
Snippets Groups Projects
Commit 6412e32f authored by Thomas Schneider's avatar Thomas Schneider
Browse files

ad-auth: Install all required LDAP software

parent afec468c
Branches
No related tags found
1 merge request!12ad-auth: Install all required LDAP software
Pipeline #7044 passed
--- ---
# file: roles/ad-auth/tasks/ldap.yml
- name: ensure ldap-utils is installed - name: Install required LDAP software
apt: apt:
name: ldap-utils name:
- ldap-utils
- libldap-common
state: present state: present
install_recommends: true
tags: tags:
- ldap - ldap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment