--- - name: "SECTION | 1.1 | FileSystem Configurations\n SECTION | 1.1.1.x | Disable unused filesystems" include_tasks: cis_1.1.1.x.yml - include_tasks: cis_1.1.x.yml - name: "SECTION | 1.2 | Configure Software Updates" include_tasks: cis_1.2.x.yml - name: "SECTION | 1.3 | Configure sudo" include_tasks: cis_1.3.x.yml - name: "SECTION | 1.4 | Filesystem Integrity" import_tasks: cis_1.4.x.yml when: rhel9cis_config_aide - name: "SECTION | 1.5 | Secure Boot Settings" include_tasks: cis_1.5.x.yml - name: "SECTION | 1.6 | Additional Process Hardening" include_tasks: cis_1.6.x.yml - name: "SECTION | 1.7 | bootloader and Mandatory Access Control" import_tasks: cis_1.7.1.x.yml when: not rhel9cis_selinux_disable - name: "SECTION | 1.8 | Warning Banners" include_tasks: cis_1.8.1.x.yml - name: "SECTION | 1.9 | Updated and Patches" include_tasks: cis_1.9.yml - name: "SECTION | 1.10 | Crypto policies" import_tasks: cis_1.10.yml when: - not system_is_ec2 - name: "SECTION | 1.11 | FIPS/FUTURE Crypto policies" import_tasks: cis_1.11.yml when: - not system_is_ec2