4
0
Fork 0

Added for #288 ansible_facts

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-03-31 15:13:46 +01:00
parent 576531e986
commit 04666c219c
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9

View file

@ -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 %}