
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
426 B
426 B
---id: V-72077 status: implemented tag: packages ---
The role will remove the telnet server package from the system if it is installed. The package name differs between Linux distributions:
- CentOS:
telnet-server
- Ubuntu:
telnetd
- openSUSE Leap:
telnet-server
Deployers can opt-out of this change by setting the following Ansible variable:
security_rhel7_remove_telnet_server: no