mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 15:33:06 +00:00
updated
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
0d3147f2d3
commit
71562513f7
2 changed files with 21 additions and 9 deletions
|
|
@ -89,15 +89,18 @@ role_name = BENCHMARK_NAME
|
|||
target_name = BENCHMARK_NAME
|
||||
title = 'Ansible-Lockdown' + BENCHMARK_NAME + 'Documentation:'
|
||||
|
||||
rst_prolog = """
|
||||
.. |benchmark_name| replace:: +BENCHMARK_TYPE
|
||||
.. |benchmark_os| replace:: +BENCHMARK_OS
|
||||
.. |benchmark_os_short| replace:: +BENCHMARK_OS_SHORT
|
||||
.. |benchmark_version| replace:: +BENCHMARK_VERSION
|
||||
.. |benchmark_release_date| replace:: +BENCHMARK_REL_DATE
|
||||
.. |lockdown_url| replace:: +LOCKDOWN_URL
|
||||
.. |tested_oss| replace:: +TESTED_OS
|
||||
"""
|
||||
# Added to variables.rst
|
||||
|
||||
.. include:: variables.rst
|
||||
#rst_prolog = """
|
||||
#.. |benchmark_name| replace:: +BENCHMARK_TYPE
|
||||
#.. |benchmark_os| replace:: +BENCHMARK_OS
|
||||
#.. |benchmark_os_short| replace:: +BENCHMARK_OS_SHORT
|
||||
#.. |benchmark_version| replace:: +BENCHMARK_VERSION
|
||||
#.. |benchmark_release_date| replace:: +BENCHMARK_REL_DATE
|
||||
#.. |lockdown_url| replace:: +LOCKDOWN_URL
|
||||
#.. |tested_oss| replace:: +TESTED_OS
|
||||
#"""
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |mindpointversion| and |release|, also used in various other places throughout the
|
||||
|
|
|
|||
9
docs/source/variables.rst
Normal file
9
docs/source/variables.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
rst_prolog = """
|
||||
.. |benchmark_name| replace:: CIS
|
||||
.. |benchmark_os| replace:: RedHat Enterprise Linux 9
|
||||
.. |benchmark_os_short| replace:: RHEL9
|
||||
.. |benchmark_version| replace:: V0.5 beta
|
||||
.. |benchmark_release_date| replace:: TBC
|
||||
.. |lockdown_url| replace:: https://github.com/ansible-lockdown/|benchmark_os_short|-|benchmark_name|
|
||||
.. |tested_oss| replace::
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue