mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
Initial
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
commit
a54b5216eb
87 changed files with 7693 additions and 0 deletions
15
tasks/section_1/cis_1.10.yml
Normal file
15
tasks/section_1/cis_1.10.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
|
||||
- name: "1.10 | L1 | PATCH | Ensure system-wide crypto policy is not legacy"
|
||||
shell: |
|
||||
update-crypto-policies --set "{{ rhel9cis_crypto_policy }}"
|
||||
update-crypto-policies
|
||||
when:
|
||||
- rhel9cis_rule_1_10
|
||||
- system_wide_crypto_policy['stdout'] == 'LEGACY'
|
||||
tags:
|
||||
- level1-server
|
||||
- level1-workstation
|
||||
- no system_is_ec2
|
||||
- patch
|
||||
- rule_1.10
|
||||
Loading…
Add table
Add a link
Reference in a new issue