4
0
Fork 0

cis_v1.0.0 alignment updated

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-01-19 10:07:14 +00:00
parent 32805d6497
commit b8085e5dc0
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
7 changed files with 17 additions and 15 deletions

View file

@ -6,7 +6,7 @@
ansible.builtin.debug:
msg: "Warning!! {{ required_mount }} doesn't exist. This is a manual task"
- name: "1.1.3.1 | AUDIT | Ensure separate partition exists for /var | warning"
- name: "1.1.3.1 | AUDIT | Ensure separate partition exists for /var | Present"
ansible.builtin.import_tasks: warning_facts.yml
vars:
warn_control_id: '1.1.3.1'
@ -37,9 +37,7 @@
label: "{{ item.device }}"
notify: Change_requires_reboot
when:
- var_mount_present is defined
- item.mount == "/var"
- rhel9cis_rule_1_1_3_1 # This is required so the check takes place
- rhel9cis_rule_1_1_3_2 or
rhel9cis_rule_1_1_3_3
tags: