Files
tripleo-validations/doc/source/roles/role-fips_enabled.rst
Marek Tamaskovic bed0a37ac1 Add FIPS validation
Check if the system has FIPS enabled.

Change-Id: I9c83d226ff840d6f317a3b0906ead7888fa9342e
(cherry picked from commit 7441ea38f5)
2022-02-02 09:07:35 +00:00

766 B

fips_enabled

About The Role

This role will check if system has turned on FIPS. This validation can be enabled or disabled within the variable: enforce_fips_validation, setting it to true will enable the validation, setting to false will disable it.

Requirements

Turned on FIPS.

Dependencies

No dependencies.

Example Playbook

- hosts: localhost
  gather_facts: false
  roles:
    - { role: fips_enabled }

Licence

Apache

Author Information

Red Hat TripleO DFG:Security Squad:OG

Full Description