feat(baseline): enable with-subid feature for sssd
This commit is contained in:
parent
7792cac0c7
commit
ec972f9470
1 changed files with 3 additions and 2 deletions
|
|
@ -11,11 +11,12 @@
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
- name: FreeIPA Client | PATCH | Apply authselect profile with sssd, sudo, and mkhomedir if not set
|
- name: FreeIPA Client | PATCH | Apply authselect profile with sssd, sudo, and mkhomedir if not set
|
||||||
ansible.builtin.command: authselect select sssd with-sudo with-mkhomedir --force
|
ansible.builtin.command: authselect select sssd with-sudo with-mkhomedir with-subid --force
|
||||||
when: >
|
when: >
|
||||||
'Profile ID: sssd' not in _baseline_freeipa_authselect_status.stdout or
|
'Profile ID: sssd' not in _baseline_freeipa_authselect_status.stdout or
|
||||||
'with-sudo' not in _baseline_freeipa_authselect_status.stdout or
|
'with-sudo' not in _baseline_freeipa_authselect_status.stdout or
|
||||||
'with-mkhomedir' not in _baseline_freeipa_authselect_status.stdout
|
'with-mkhomedir' not in _baseline_freeipa_authselect_status.stdout or
|
||||||
|
'with-subid' not in _baseline_freeipa_authselect_status.stdout
|
||||||
|
|
||||||
- name: FreeIPA Client | PATCH | Enable oddjobd.service (for with-mkhomedir feature)
|
- name: FreeIPA Client | PATCH | Enable oddjobd.service (for with-mkhomedir feature)
|
||||||
ansible.builtin.systemd_service:
|
ansible.builtin.systemd_service:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue