forked from ansible-lockdown/RHEL9-CIS
Added for #288 ansible_facts
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
576531e986
commit
04666c219c
1 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
# Added as part of ansible-lockdown CIS baseline
|
# Added as part of ansible-lockdown CIS baseline
|
||||||
# provided by Mindpoint Group - A Tyto Athene Company
|
# provided by Mindpoint Group - A Tyto Athene Company
|
||||||
|
|
||||||
[Benchmark_Details]
|
[benchmark_details]
|
||||||
# Benchmark release
|
# Benchmark release
|
||||||
Benchmark_release = CIS-{{ benchmark_version }}
|
Benchmark_release = CIS-{{ benchmark_version }}
|
||||||
Benchmark_run_date = {{ '%Y-%m-%d - %H:%M:%S' | ansible.builtin.strftime }}
|
Benchmark_run_date = {{ '%Y-%m-%d - %H:%M:%S' | ansible.builtin.strftime }}
|
||||||
|
|
@ -26,14 +26,14 @@ Level_2_workstation_tag_run = true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
[Benchmark_Audit_Details]
|
[benchmark_audit_details]
|
||||||
{% if run_audit %}
|
{% if run_audit %}
|
||||||
# Audit run
|
# Audit run
|
||||||
audit_file_location_local = {{ audit_log_dir }}
|
audit_file_local_location = {{ audit_log_dir }}
|
||||||
{% if not audit_only %}
|
{% if not audit_only %}
|
||||||
audit_summary = {{ post_audit_results }}
|
audit_summary = {{ post_audit_results }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if fetch_audit_output %}
|
{% if fetch_audit_output %}
|
||||||
audit_files_location_central = {{ audit_output_destination }}
|
audit_files_centralized_location = {{ audit_output_destination }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue