Skip to content
Snippets Groups Projects
Commit ffc35835 authored by Anthony Dieperink's avatar Anthony Dieperink Committed by Emmanuel Jaep
Browse files

Improvements

parent 725f98f3
No related branches found
No related tags found
No related merge requests found
---
# tasks file for sti_it.ldap_authentication
- name: install required packages
apt:
pkg:
apt:
name: "{{ item }}"
update_cache: yes
state: present
loop:
- sssd
- libpam-sss
- libnss-sss
- sssd-tools
- autofs-ldap
- ldap-utils
when: ansible_os_family == 'Debian'
- name: make sure that the CA certs path exists
file:
......
---
# vars file for sti_it.ldap_authentication
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment