4
0
Fork 0

fixed benchmark_name

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-11-21 10:11:08 +00:00
parent 41520312e6
commit afd1c2ff01
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9

View file

@ -15,7 +15,7 @@ audit_git_version: "benchmark-{{ benchmark_version }}"
# Where the goss configs and outputs are stored # Where the goss configs and outputs are stored
audit_out_dir: '/opt' audit_out_dir: '/opt'
# Where the goss audit configuration will be stored # Where the goss audit configuration will be stored
audit_conf_dir: "{{ audit_out_dir }}/{{ benchmark }}-Audit" audit_conf_dir: "{{ audit_out_dir }}/{{ benchmark }}_Audit"
# If changed these can affect other products # If changed these can affect other products
pre_audit_outfile: "{{ audit_out_dir }}/{{ ansible_facts.hostname }}-{{ benchmark }}-{{ benchmark_version }}_pre_scan_{{ ansible_facts.date_time.epoch }}.{{ audit_format }}" pre_audit_outfile: "{{ audit_out_dir }}/{{ ansible_facts.hostname }}-{{ benchmark }}-{{ benchmark_version }}_pre_scan_{{ ansible_facts.date_time.epoch }}.{{ audit_format }}"