I have two sets of Linux VMs in a GCP (Google cloud) environment: Debian9 and RHEL8. The RHEL8 environment is FIPS-140 enabled, due to security/compliance requirements. None of our Ansible playbooks work with the FIPS-enabled RHEL VMs, but still work fine on the Debian VMs. The Linux control host is Debian9 as well.
For the failed RHEL8 playbooks , seeing this log in the Ansible playbook -vvvv output:
ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
What are some things I can look at to get these Playbooks working withe RHEL8/FIPS VMs?