LDAP mostly finished, need the handler for sssd

This commit is contained in:
ubergeek 2022-10-06 14:18:24 +00:00
parent 90057749e5
commit b324e6946f
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
- name: LDAP Configuration
copy: src=../files/etc/sssd/sssd.conf dest=/etc/sssd/sssd.conf mode=0600
notify: SSSD
- name: LDAP Certificate deploy
copy: src=../files/usr/local/share/ca-certificates/ldap.crt dest=/usr/local/share/ca-certificates/ldap.crt
notify: SSSD

View File

@ -1,6 +1,7 @@
---
# This is the baseline configuration for all hosts. Logic and exceptions based on host should be kept at a very minimum.
- name: Baseline configuration
meta: noop
- include: packages.yml
- include: sshd.yml