FIPS compliant Ansible installation

Hi Everyone,

I’m attempting to deploy code with ansible CLI on a fully FIPS compliant environment. I know that AWX supports FIPS compliance, but I’m having trouble finding any documentation on whether ansible CLI natively does or not. If it doesn’t, has someone else run into this issue and have any documentation around this? Here is the only real documentation I have found after a few hours of google searching:

https://docs.ansible.com/ansible-tower/latest/html/installandreference/install_notes_reqs.html#installing-tower-on-systems-with-fips-mode-enabled

Any help will be appreciated!

Thanks
Austin

Ansible, and the core modules should all support FIPS. However I am unaware of any documentation that actually states this.

The best way to see if something works is to just try it and see.

Hi, I also have the same question about the Ansible CLI being FIPS compliant. Have you had any success finding out if it is?