File tree 4 files changed +10
-1
lines changed
4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 13
13
- name : Run Compliance Profile
14
14
ansible.builtin.include_role :
15
15
name : " redhatofficial.rhel{{ ansible_distribution_major_version }}_{{ compliance_profile }}"
16
-
17
16
...
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ The following compliance profiles are supported by the [**Linux / Enforce Compli
5
5
| ** Profile** | ** Role Repository** |
6
6
| -------------| ---------------------|
7
7
| CIS | https://galaxy.ansible.com/RedHatOfficial/ansible-role-rhel8-cis |
8
+ | CJIS | https://galaxy.ansible.com/RedHatOfficial/ansible-role-rhel8-cjis |
8
9
| CUI | https://galaxy.ansible.com/RedHatOfficial/ansible-role-rhel8-cui |
9
10
| HIPAA | https://galaxy.ansible.com/RedHatOfficial/ansible-role-rhel8-hipaa |
10
11
| OSPP | https://galaxy.ansible.com/RedHatOfficial/ansible-role-rhel8-ospp |
Original file line number Diff line number Diff line change @@ -377,6 +377,9 @@ controller_templates:
377
377
sudo_remove_no_authenticate : false
378
378
# used by CIS and STIG profile role
379
379
accounts_password_set_max_life_existing : false
380
+ # used by the CJIS profile role
381
+ service_firewalld_enabled : false
382
+ firewalld_sshd_port_enabled : false
380
383
survey_enabled : true
381
384
survey :
382
385
name : ' '
@@ -392,6 +395,7 @@ controller_templates:
392
395
required : true
393
396
choices :
394
397
- cis
398
+ - cjis
395
399
- cui
396
400
- hipaa
397
401
- ospp
@@ -423,6 +427,7 @@ controller_templates:
423
427
required : true
424
428
choices :
425
429
- cis
430
+ - cjis
426
431
- cui
427
432
- hipaa
428
433
- ospp
Original file line number Diff line number Diff line change 3
3
# RHEL 7 compliance roles from ComplianceAsCode
4
4
- name : redhatofficial.rhel7_cis
5
5
version : 0.1.69
6
+ - name : redhatofficial.rhel7_cjis
7
+ version : 0.1.69
6
8
- name : redhatofficial.rhel7_cui
7
9
version : 0.1.67
8
10
- name : redhatofficial.rhel7_hipaa
16
18
# RHEL 8 compliance roles from ComplianceAsCode
17
19
- name : redhatofficial.rhel8_cis
18
20
version : 0.1.69
21
+ - name : redhatofficial.rhel8_cjis
22
+ version : 0.1.69
19
23
- name : redhatofficial.rhel8_cui
20
24
version : 0.1.69
21
25
- name : redhatofficial.rhel8_hipaa
You can’t perform that action at this time.
0 commit comments