File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
ci-aio/inventory/group_vars/cis-hardening
ci-multinode/inventory/group_vars/cis-hardening Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1212 that :
1313 - ssh_key_type != 'ed25519'
1414 fail_msg : FIPS policy does not currently support ed25519 SSH keys on RHEL family systems
15- when : ansible_facts.os_family == 'RedHat'
15+ when : ansible_facts.os_family == 'RedHat' and rhel9cis_crypto_policy == 'FIPS'
1616
1717 - name : Ensure the cron package is installed on ubuntu
1818 ansible.builtin.package :
Original file line number Diff line number Diff line change 22##############################################################################
33# Rocky 9 CIS Hardening Configuration
44
5+ # NOTE: Using DEFAULT crypto policy in CI. FIPS breaks ed25519 SSH keys, and
6+ # FUTURE breaks wazuh agent repo metadata download.
7+ rhel9cis_crypto_policy: DEFAULT
8+
59# Disable shell timeout for inactivity which can be disruptive to
610# development work.
711rhel9cis_rule_5_4_3_2: false
Original file line number Diff line number Diff line change 22##############################################################################
33# Rocky 9 CIS Hardening Configuration
44
5+ # NOTE: Using DEFAULT crypto policy in CI. FIPS breaks ed25519 SSH keys, and
6+ # FUTURE breaks wazuh agent repo metadata download.
7+ rhel9cis_crypto_policy: DEFAULT
8+
59# Disable shell timeout for inactivity which can be disruptive to
610# development work.
711rhel9cis_rule_5_4_3_2: false
You can’t perform that action at this time.
0 commit comments