mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
align audit release
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
f9239d7a8a
commit
a28c0531ee
2 changed files with 5 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
## 1.0.2
|
||||
|
||||
#30 - thanks to smattterchew ability to change sshd config file to use dropin file instead.
|
||||
Aligned benchmark audit version with remediate release
|
||||
|
||||
## 1.0.1
|
||||
|
||||
|
|
|
|||
|
|
@ -33,6 +33,9 @@ python2_bin: /bin/python2.7
|
|||
|
||||
## Benchmark name used by audting control role
|
||||
# The audit variable found at the base
|
||||
## metadata for Audit benchmark
|
||||
benchmark_version: 'v1.0.0'
|
||||
|
||||
benchmark: RHEL9-CIS
|
||||
|
||||
# Whether to skip the reboot
|
||||
|
|
@ -692,7 +695,7 @@ copy_goss_from_path: /some/accessible/path
|
|||
## managed by the control audit_content
|
||||
# git
|
||||
audit_file_git: "https://github.com/ansible-lockdown/{{ benchmark }}-Audit.git"
|
||||
audit_git_version: devel
|
||||
audit_git_version: "benchmark_{{ benchmark_version }}"
|
||||
|
||||
# copy:
|
||||
audit_local_copy: "some path to copy from"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue