forked from ansible-lockdown/RHEL9-CIS
updated audit and arm64 audit support
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
383d2d410c
commit
e510607fb6
2 changed files with 4 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
- name: Pre Audit Setup | Set audit package name | ARM64
|
- name: Pre Audit Setup | Set audit package name | ARM64
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
audit_pkg_arch_name: ARM64
|
audit_pkg_arch_name: ARM64
|
||||||
when: ansible_facts.machine == "arm64"
|
when: ansible_facts.machine == "aarch64"
|
||||||
|
|
||||||
- name: Pre Audit Setup | Download audit binary
|
- name: Pre Audit Setup | Download audit binary
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,9 @@ post_audit_outfile: "{{ audit_log_dir }}/{{ ansible_facts.hostname }}-{{ benchma
|
||||||
|
|
||||||
### Audit binary settings ###
|
### Audit binary settings ###
|
||||||
audit_bin_version:
|
audit_bin_version:
|
||||||
release: v0.4.4
|
release: v0.4.8
|
||||||
AMD64_checksum: 'sha256:1c4f54b22fde9d4d5687939abc2606b0660a5d14a98afcd09b04b793d69acdc5'
|
AMD64_checksum: 'sha256:85d00b7bba5f175bec95de7dfe1f71f8f25204914aad4c6f03c8457868eb6e2f'
|
||||||
|
ARM64_checksum: 'sha256:bca8c898bfd35b94c51455ece6193c95e2cd7b2b183ac2047b2d76291e73e47d'
|
||||||
audit_bin_path: /usr/local/bin/
|
audit_bin_path: /usr/local/bin/
|
||||||
audit_bin: "{{ audit_bin_path }}goss"
|
audit_bin: "{{ audit_bin_path }}goss"
|
||||||
audit_format: json
|
audit_format: json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue