Skip to content

Commit

Permalink
add cjis to compliance demo (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
l3acon authored Mar 3, 2024
1 parent 10f0bb4 commit 3468d1c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion linux/compliance-enforce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
- name: Run Compliance Profile
ansible.builtin.include_role:
name: "redhatofficial.rhel{{ ansible_distribution_major_version }}_{{ compliance_profile }}"

...
1 change: 1 addition & 0 deletions linux/compliance_profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The following compliance profiles are supported by the [**Linux / Enforce Compli
| **Profile** | **Role Repository** |
|-------------|---------------------|
| CIS | https://galaxy.ansible.com/RedHatOfficial/ansible-role-rhel8-cis |
| CJIS | https://galaxy.ansible.com/RedHatOfficial/ansible-role-rhel8-cjis |
| CUI | https://galaxy.ansible.com/RedHatOfficial/ansible-role-rhel8-cui |
| HIPAA | https://galaxy.ansible.com/RedHatOfficial/ansible-role-rhel8-hipaa |
| OSPP | https://galaxy.ansible.com/RedHatOfficial/ansible-role-rhel8-ospp |
Expand Down
5 changes: 5 additions & 0 deletions linux/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@ controller_templates:
sudo_remove_no_authenticate: false
# used by CIS and STIG profile role
accounts_password_set_max_life_existing: false
# used by the CJIS profile role
service_firewalld_enabled: false
firewalld_sshd_port_enabled: false
survey_enabled: true
survey:
name: ''
Expand All @@ -392,6 +395,7 @@ controller_templates:
required: true
choices:
- cis
- cjis
- cui
- hipaa
- ospp
Expand Down Expand Up @@ -423,6 +427,7 @@ controller_templates:
required: true
choices:
- cis
- cjis
- cui
- hipaa
- ospp
Expand Down
4 changes: 4 additions & 0 deletions roles/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ roles:
# RHEL 7 compliance roles from ComplianceAsCode
- name: redhatofficial.rhel7_cis
version: 0.1.69
- name: redhatofficial.rhel7_cjis
version: 0.1.69
- name: redhatofficial.rhel7_cui
version: 0.1.67
- name: redhatofficial.rhel7_hipaa
Expand All @@ -16,6 +18,8 @@ roles:
# RHEL 8 compliance roles from ComplianceAsCode
- name: redhatofficial.rhel8_cis
version: 0.1.69
- name: redhatofficial.rhel8_cjis
version: 0.1.69
- name: redhatofficial.rhel8_cui
version: 0.1.69
- name: redhatofficial.rhel8_hipaa
Expand Down

0 comments on commit 3468d1c

Please sign in to comment.