ansible-hardening/doc/metadata/template_all_rhel7.j2
Major Hayden 3fdc656721 Initial docs scaffolding for RHEL 7 STIG
This patch updates the documentation and the sphinx extension to
write the docs for the RHEL 7 STIG content. The RHEL 7 content
is still hidden for now since it will be under active development
for a while.

Special note:
There are some typos in version 0.2 of the XML for the STIG and those
typos exist in the automatically generated documentation, too.
A new version of the STIG XML is due out very soon which should
correct these.

Implements: bp/security-rhel7-stig
Change-Id: I70dcebdd45ca65e5ae7734c19ee8523fba581e18
2016-10-05 20:02:48 +00:00

25 lines
560 B
Django/Jinja

{% set page_title = "Review All STIG Controls" %}
{{ "=" * page_title | length }}
{{ page_title }}
{{ "=" * page_title | length }}
Navigating the list
===================
Use your browser's search function (usually CTRL-f or ⌘-f) to find the
security configuration in the full list shown here. You can search for STIG
ID numbers, such as ``V-38463``, or for particular topics, like ``audit``.
----
{% for stig_id in stig_ids | sort %}
.. _stig-{{ stig_id }}:
{% include "template_doc_rhel7.j2" %}
{% if not loop.last %}
----
{% endif %}
{% endfor %}