mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 23:43:06 +00:00
updated conf
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
f767b6b1a9
commit
215d96f179
1 changed files with 6 additions and 5 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
BENCHMARK_TYPE = "CIS"
|
BENCHMARK_TYPE = "CIS"
|
||||||
BENCHMARK_OS = 'RedHat Enterprise Linux 9'
|
BENCHMARK_OS = 'RedHat Enterprise Linux 9'
|
||||||
BENCHMARK_OS_SHORT = "RHEL9"
|
BENCHMARK_OS_SHORT = "RHEL9"
|
||||||
|
BENCHMARK_NAME = BENCHMARK_OS_SHORT+'-'+BENCHMARK_TYPE
|
||||||
BENCHMARK_VERSION = 'V0.5 beta'
|
BENCHMARK_VERSION = 'V0.5 beta'
|
||||||
BENCHMARK_REL_DATE = 'TBC'
|
BENCHMARK_REL_DATE = 'TBC'
|
||||||
LOCKDOWN_URL = 'https://github.com/ansible-lockdown/{BENCHMARK_OS_SHORT}-{BENCHMARK_TYPE}'
|
LOCKDOWN_URL = 'https://github.com/ansible-lockdown/{BENCHMARK_OS_SHORT}-{BENCHMARK_TYPE}'
|
||||||
|
|
@ -82,11 +83,11 @@ master_doc = 'index'
|
||||||
author = 'MindPoint Group'
|
author = 'MindPoint Group'
|
||||||
category = 'Security'
|
category = 'Security'
|
||||||
copyright = '2022, MindPoint Group'
|
copyright = '2022, MindPoint Group'
|
||||||
description = BENCHMARK_TYPE + " " + compliance for + " " + BENCHMARK_OS_SHORT + " " + systems
|
description = BENCHMARK_TYPE + " " + 'compliance for' + " " + BENCHMARK_OS_SHORT + " " + systems
|
||||||
project = Ansible-lockdown BENCHMARK_OS_SHORT + " - " + BENCHMARK
|
project = Ansible-lockdown + BENCHMARK_NAME
|
||||||
role_name = BENCHMARK_OS_SHORT+"-"+BENCHMARK_TYPE
|
role_name = BENCHMARK_NAME
|
||||||
target_name = BENCHMARK_OS_SHORT+"-"+{BENCHMARK_TYPE}
|
target_name = BENCHMARK_NAME
|
||||||
title = Ansible-Lockdown + BENCHMARK_OS_SHORT+"-"+BENCHMARK_TYPE Documentation:
|
title = Ansible-Lockdown + BENCHMARK_NAME + Documentation:
|
||||||
|
|
||||||
rst_prolog = """
|
rst_prolog = """
|
||||||
.. |benchmark_name| replace:: {BENCHMARK_TYPE}
|
.. |benchmark_name| replace:: {BENCHMARK_TYPE}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue