6f6c08f4c3
This patch enables the RHEL 7 STIG content tasks as the default. Documentation has also been updated to reflect the change and provide more concise information about what is available with each release. The OpenStack-Ansible repo is still set to use the RHEL 6 STIG until some issues with individual roles are resolved. Implements: blueprint security-rhel7-stig Change-Id: Ic72d97b87c0fb16646e5a31030404e1a9ad6a469
20 lines
596 B
YAML
20 lines
596 B
YAML
---
|
|
features:
|
|
- |
|
|
The Red Hat Enterprise Linux (RHEL) 7 STIG content is now deployed by
|
|
default. Deployers can continue using the RHEL 7 STIG content by setting
|
|
the following Ansible variable:
|
|
|
|
.. code-block:: yaml
|
|
|
|
stig_version: rhel6
|
|
upgrade:
|
|
- |
|
|
Deployers should review the new RHEL 7 STIG variables in
|
|
``defaults/main.yml`` to provide custom configuration for the Ansible
|
|
tasks.
|
|
deprecations:
|
|
- |
|
|
The Red Hat Enteprise Linux 6 STIG content has been deprecated. The tasks
|
|
and variables for the RHEL 6 STIG will be removed in a future release.
|