forked from ansible-lockdown/RHEL9-CIS
updated
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
efdcb0b6f5
commit
f808f30173
24 changed files with 769 additions and 923 deletions
|
|
@ -1,17 +1,17 @@
|
|||
---
|
||||
|
||||
- name: "1.10 | L1 | PATCH | Ensure system-wide crypto policy is not legacy"
|
||||
- name: "1.10 | PATCH | Ensure system-wide crypto policy is not legacy"
|
||||
shell: |
|
||||
update-crypto-policies --set "{{ rhel9cis_crypto_policy }}"
|
||||
update-crypto-policies --set "{{ rhel8cis_crypto_policy }}"
|
||||
update-crypto-policies
|
||||
args:
|
||||
warn: false
|
||||
notify: change_requires_reboot
|
||||
when:
|
||||
- rhel9cis_rule_1_10
|
||||
- rhel8cis_rule_1_10
|
||||
- system_wide_crypto_policy['stdout'] == 'LEGACY'
|
||||
tags:
|
||||
- level1-server
|
||||
- level1-workstation
|
||||
- automated
|
||||
- no system_is_ec2
|
||||
- patch
|
||||
- rule_1.10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue