sssd role in bootstrap
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: vincent <vincent@ducamps.win>
This commit is contained in:
vincent 2021-10-24 11:25:37 +02:00
parent 266a5879ae
commit 62d0865aaa
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
---
- hosts: all
# gather_facts: false
gather_facts: false
roles:
- ansible-role-sssd
- ansible_bootstrap

View File

@ -9,7 +9,6 @@
vars:
ansible_password: "{{ vault_default_root }}"
roles:
- ansible-role-sssd
- ansible_bootstrap
- remote_user: "{{ user.name }}"