Skip to content

Commit

Permalink
Fixed linting issues and layout adjustments
Browse files Browse the repository at this point in the history
Signed-off-by: George Nalen <[email protected]>
  • Loading branch information
georgenalen committed Sep 30, 2021
1 parent 3ef65a4 commit df0b7c8
Show file tree
Hide file tree
Showing 7 changed files with 745 additions and 1,107 deletions.
1 change: 0 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ rhel_08_010422: true
rhel_08_010423: true
rhel_08_010430: true
rhel_08_010450: true
rhel_08_010472: true
rhel_08_010480: true
rhel_08_010490: true
rhel_08_010500: true
Expand Down
6 changes: 1 addition & 5 deletions site.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
---
- hosts: all
become: true
vars:
is_container: false

roles:

- role: "{{ playbook_dir }}"
rhel8cis_system_is_container: "{{ is_container | default(false) }}"
rhel8cis_skip_for_travis: false
rhel8cis_oscap_scan: yes
6 changes: 3 additions & 3 deletions tasks/fix-cat1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
package:
name: dracut-fips
state: present
notify:
- rebuild initramfs
- change_requires_reboot
notify:
- rebuild initramfs
- change_requires_reboot
when: "'dracut-fips' not in ansible_facts.packages"

- name: "RHEL-08-010020 | HIGH | PATCH | The Red Hat Enterprise Linux operating system must implement NIST FIPS-validated cryptography for the following: to provision digital signatures, to generate cryptographic hashes, and to protect data requiring data-at-rest protections in accordance with applicable federal laws, Executive Orders, directives, policies, regulations, and standards. | Enables FIPS mode on kernel"
Expand Down
Loading

0 comments on commit df0b7c8

Please sign in to comment.