mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
17 lines
439 B
YAML
17 lines
439 B
YAML
---
|
|
|
|
- name: "1.10 | PATCH | Ensure system-wide crypto policy is not legacy"
|
|
shell: |
|
|
update-crypto-policies --set "{{ rhel9cis_crypto_policy }}"
|
|
update-crypto-policies
|
|
notify: change_requires_reboot
|
|
when:
|
|
- rhel9cis_rule_1_10
|
|
- system_wide_crypto_policy['stdout'] == 'LEGACY'
|
|
tags:
|
|
- level1-server
|
|
- level1-workstation
|
|
- automated
|
|
- no system_is_ec2
|
|
- patch
|
|
- rule_1.10
|