[sssd] Add sssd playbook

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-06-21 13:22:17 +02:00
parent e5dc8fe130
commit 51c77aee0c
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 7 additions and 0 deletions

7
plays/sssd.yml 100755
View File

@ -0,0 +1,7 @@
#!/usr/bin/env ansible-playbook
---
- hosts: sssd
vars:
sssd: "{{ glob_sssd | default({}) | combine(loc_sssd | default({})) }}"
roles:
- sssd