Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Add FIPS mode support to Faros #143

Merged
merged 9 commits into from
Jul 1, 2021
Prev Previous commit
Next Next commit
Added FIPS mode var to playbook
  • Loading branch information
hfenner authored Jun 23, 2021
commit 577049ca40af443fbf94038cf081764f6a4fbda1
1 change: 1 addition & 0 deletions app/playbooks/create.d/install-repos/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
openshift_installer_base_domain: '{{ cluster_domain }}'
openshift_installer_control_plane: '{{ groups.control_plane }}'
openshift_installer_ssh_key: '{{ lookup("file", ansible_ssh_private_key_file + ".pub") }}'
openshift_installer_fips_mode: "{{ fips_mode }}"
openshift_installer_pull_secret: '{{ pull_secret | to_json }}'
openshift_installer_version: "{{ lookup('ini', 'installer section=cluster file=/app/versions.ini') }}"
openshift_installer_proxy: "{{ proxy }}"
Expand Down