
Add support for the openSUSE Leap distributions. The security rules are similar to the RedHat and Ubuntu ones. We also replace ansible_os_family with ansible_pkg_mgr since the former does not return consistent results across different SUSE distributions especially on older Ansible versions. Change-Id: I20ffe17039bb641aad70d8123f0b7e7417a42cba
398 B
398 B
---id: V-71969 status: implemented tag: packages ---
The role will remove the NIS server package from the system if it is installed. The package name differs between Linux distributions:
- CentOS:
ypserv
- Ubuntu:
nis
- openSUSE Leap:
ypserv
Deployers can opt-out of this change by setting the following Ansible variable:
security_rhel7_remove_ypserv: no