ansible-hardening/doc/source/developer-notes/V-38606.rst
Major Hayden a841e184de Docs: Update dev notes for Cat 2 controls
This patch updates the documentation for the developer notes associated
with the Cat 2 (Medium) controls applied by the security role.

Partial-bug: 1583744

Change-Id: Ic342f33942521db009185585a21208a4688f6ed3
2016-05-25 11:38:13 -05:00

15 lines
409 B
ReStructuredText

The package containing the tftp daemon has different names depending on the
Linux distribution:
* Ubuntu 14.04: ``tftpd``
* Ubuntu 16.04: ``tftpd``
* CentOS 7: ``tftp-server``
The Ansible tasks will select the appropriate package for the Linux
distribution and remove the package. To opt-out, adjust the following
configuration variable to ``no``:
.. code-block:: yaml
security_remove_tftp_server: no