base: try changing f33 crypto-policies to a less open version to get 2fa working
LEGACY allows all kinds of old junk, lets try and just enable the things that FEDORA32 allowed. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6de5698aa6
commit
e5606578de
2 changed files with 2 additions and 3 deletions
|
@ -17,8 +17,8 @@
|
|||
- base/crypto-policies
|
||||
|
||||
- name: Set crypto-policy on fedora 33 and higher hosts to allow 2fa to work
|
||||
command: "update-crypto-policies --set LEGACY"
|
||||
when: "ansible_distribution_major_version|int >= 33 and (currentcryptopolicy.stdout.find('LEGACY') == -1 or cryptopolicyapplied.rc != 0)"
|
||||
command: "update-crypto-policies --set DEFAULT:FEDORA32"
|
||||
when: "ansible_distribution_major_version|int >= 33 and (currentcryptopolicy.stdout.find('DEFAULT:FEDORA32') == -1 or cryptopolicyapplied.rc != 0)"
|
||||
tags:
|
||||
- crypto-policies
|
||||
- base/crypto-policies
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
LEGACY
|
Loading…
Add table
Add a link
Reference in a new issue