Skip to content
Snippets Groups Projects

ad-auth: Install all required LDAP software

Merged Thomas Schneider requested to merge th/ldap into master
1 file
+ 5
3
Compare changes
  • Side-by-side
  • Inline
+ 5
3
---
# file: roles/ad-auth/tasks/ldap.yml
- name: ensure ldap-utils is installed
- name: Install required LDAP software
apt:
name: ldap-utils
name:
- ldap-utils
- libldap-common
state: present
install_recommends: true
tags:
- ldap
Loading