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

Partial-bug: 1583744

Change-Id: I19cab15d1bc7ce6e8604d63bf8184b9569207991
2016-05-24 16:22:12 +00:00

13 lines
400 B
ReStructuredText

The `Reliable Datagram Sockets (RDS)`_ protocol must be disabled. The Ansible
tasks in this role will disable the module.
.. _Reliable Datagram Sockets (RDS): https://en.wikipedia.org/wiki/Reliable_Datagram_Sockets
To opt-out of this change, set the following variable to ``no``:
.. code-block:: yaml
security_disable_module_rds: no
**NOTE:** The module will be disabled on the next reboot.