We do not want pam_sss right now on Fedora hosts, as it breaks our pam_url sudo setup.
This commit is contained in:
parent
0f499d044f
commit
c7e4e84610
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
dist_tag: f{{ ansible_distribution_version }}
|
||||
base_pkgs_inst: ['iptables-services' ]
|
||||
base_pkgs_erase: ['firewalld', 'PackageKit*', 'sendmail', 'at']
|
||||
base_pkgs_erase: ['firewalld', 'PackageKit*', 'sendmail', 'at', 'pam_sss']
|
||||
service_disabled: [ ]
|
||||
service_enabled: ['auditd']
|
||||
is_fedora: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue