Skip to content

Commit

Permalink
updated title typos #13
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Jul 9, 2024
1 parent eb15ea2 commit 31ce9c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/Cat1/RHEL-09-2xxxxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
name: tftp
state: absent

- name: HIGH | RHEL-08-231190 | AUDIT | All RHEL 9 local disk partitions must implement cryptographic mechanisms to prevent unauthorized disclosure or modification
- name: HIGH | RHEL-09-231190 | AUDIT | All RHEL 9 local disk partitions must implement cryptographic mechanisms to prevent unauthorized disclosure or modification
of all information that requires at rest protection.
when:
- rhel_09_231190
Expand All @@ -218,22 +218,22 @@
vars:
warn_control_id: "HIGH | RHEL-09-231190"
block:
- name: HIGH | RHEL-08-231190 | AUDIT | All RHEL 9 local disk partitions must implement cryptographic mechanisms to prevent unauthorized disclosure or modification
- name: HIGH | RHEL-09-231190 | AUDIT | All RHEL 9 local disk partitions must implement cryptographic mechanisms to prevent unauthorized disclosure or modification
of all information that requires at rest protection. | Get partition layout
ansible.builtin.shell: blkid
changed_when: false
failed_when: false
register: rhel_09_231190_partition_layout

- name: HIGH | RHEL-08-231190 | WARN | All RHEL 9 local disk partitions must implement cryptographic mechanisms to prevent unauthorized disclosure or modification
- name: HIGH | RHEL-09-231190 | WARN | All RHEL 9 local disk partitions must implement cryptographic mechanisms to prevent unauthorized disclosure or modification
of all information that requires at rest protection. | Message out warning
ansible.builtin.debug:
msg:
- WARNING!! Below is the partition layout. Please run the "blkid" command to confirm every persistent disk partition has an entry for TYPE=crypto_LUKS.
- If partitions other than pseudo file systems (such as /proc or /sys or tmpfs) this is a finding
- "{{ rhel_09_231190_partition_layout.stdout_lines }}"

- name: HIGH | RHEL-08-231190 | WARN | All RHEL 9 local disk partitions must implement cryptographic mechanisms to prevent unauthorized disclosure or modification
- name: HIGH | RHEL-09-231190 | WARN | All RHEL 9 local disk partitions must implement cryptographic mechanisms to prevent unauthorized disclosure or modification
of all information that requires at rest protection. | Message out warning
ansible.builtin.import_tasks:
file: warning_facts.yml
Expand Down

0 comments on commit 31ce9c9

Please sign in to comment.