Skip to content
Snippets Groups Projects
Verified Commit 51c77aee authored by ynerant's avatar ynerant
Browse files

[sssd] Add sssd playbook


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent e5dc8fe1
No related branches found
No related tags found
1 merge request!266Sssd
#!/usr/bin/env ansible-playbook
---
- hosts: sssd
vars:
sssd: "{{ glob_sssd | default({}) | combine(loc_sssd | default({})) }}"
roles:
- sssd
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