
This patch removes packages per the requirements of these STIGs: * RHEL-07-040500 * RHEL-07-020010 * RHEL-07-020000 * RHEL-07-021910 * RHEL-07-040560 Implements: blueprint security-rhel7-stig Change-Id: I52459d54c578c4e14392bf647268a2237f8df24a
18 lines
406 B
ReStructuredText
18 lines
406 B
ReStructuredText
---
|
|
id: RHEL-07-021910
|
|
status: implemented
|
|
tag: packages
|
|
---
|
|
|
|
The role will remove the telnet server package package from the system if it is
|
|
installed. The package name differs between Linux distributions:
|
|
|
|
* CentOS: ``telnet-server``
|
|
* Ubuntu: ``telnetd``
|
|
|
|
Deployers can opt-out of this change by setting the following Ansible variable:
|
|
|
|
.. code-block:: yaml
|
|
|
|
security_rhel7_remove_telnet_server: no
|