forked from ansible-lockdown/RHEL9-CIS
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
|
## 1.0.2
|
||||||
|
|
||||||
#30 - thanks to smattterchew ability to change sshd config file to use dropin file instead.
|
#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
|
## 1.0.1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,9 @@ python2_bin: /bin/python2.7
|
||||||
|
|
||||||
## Benchmark name used by audting control role
|
## Benchmark name used by audting control role
|
||||||
# The audit variable found at the base
|
# The audit variable found at the base
|
||||||
|
## metadata for Audit benchmark
|
||||||
|
benchmark_version: 'v1.0.0'
|
||||||
|
|
||||||
benchmark: RHEL9-CIS
|
benchmark: RHEL9-CIS
|
||||||
|
|
||||||
# Whether to skip the reboot
|
# Whether to skip the reboot
|
||||||
|
|
@ -692,7 +695,7 @@ copy_goss_from_path: /some/accessible/path
|
||||||
## managed by the control audit_content
|
## managed by the control audit_content
|
||||||
# git
|
# git
|
||||||
audit_file_git: "https://github.com/ansible-lockdown/{{ benchmark }}-Audit.git"
|
audit_file_git: "https://github.com/ansible-lockdown/{{ benchmark }}-Audit.git"
|
||||||
audit_git_version: devel
|
audit_git_version: "benchmark_{{ benchmark_version }}"
|
||||||
|
|
||||||
# copy:
|
# copy:
|
||||||
audit_local_copy: "some path to copy from"
|
audit_local_copy: "some path to copy from"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue