Files
ansible-hardening/doc/metadata/rhel7/RHEL-07-030810.rst
Rahul Nair 4e8bf6705f Trivial fix to the documentation
- Removing extra space
_ Fixing some typos

Change-Id: Ib4f86c7a29074ce0150a3cd55478ed94f2d62c43
2016-12-05 11:24:34 -06:00

21 lines
594 B
ReStructuredText

---
id: RHEL-07-030810
status: opt-in
tag: misc
---
The STIG requires that a virus scanner is installed and running, but the value
of a virus scanner within an OpenStack control plane or on a hypervisor is
negligible in many cases. In addition, the disk I/O impact of a virus scanner
can impact a production environment negatively.
The security role has tasks to deploy ClamAV with automatic updates, but the
tasks are disabled by default.
Deployers can enable the ClamAV virus scanner by setting the following Ansible
variable:
.. code-block:: yaml
security_enable_virus_scanner: yes