@@ -20,6 +20,11 @@ skip_reboot: true
2020# The audit variable found at the base
2121benchmark : UBUNTU22-CIS
2222benchmark_version : v2.0.0
23+
24+ # Create managed not custom local_facts files
25+ create_benchmark_facts : true
26+ ansible_facts_path : /etc/ansible/facts.d
27+
2328# Used for audit
2429ubtu22cis_level_1 : true
2530ubtu22cis_level_2 : true
@@ -101,6 +106,20 @@ audit_conf_dest: "/opt"
101106# Where the audit logs are stored
102107audit_log_dir : ' /opt'
103108
109+ # # Ability to collect and take audit files moving to a centralised location
110+ # This enables the collection of the files from the host
111+ fetch_audit_output : false
112+
113+ # Method of getting,uploading the summary files
114+ # # Ensure access and permissions are avaiable for these to occur.
115+ # # options are
116+ # fetch - fetches from server and moves to location on the ansible controller (could be a mount point available to controller)
117+ # copy - copies file to a location available to the managed node
118+ audit_output_collection_method : fetch
119+
120+ # Location to put the audit files
121+ audit_output_destination : /opt/audit_summaries/
122+
104123# ## Goss Settings ##
105124# ###### END ########
106125
@@ -609,6 +628,10 @@ ubtu22cis_desktop_required: false
609628# This will also purge any packages not removed via this playbook
610629ubtu22cis_purge_apt : false
611630
631+ # # Ignore change_when for apt update task
632+ # Modifies behavior of 'changed_when' for 'apt update' task in prelim that always changes
633+ ubtu22cis_ignore_apt_update_changed_when : false
634+
612635# #
613636# # Section 1 Control Variables
614637# #
0 commit comments