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