Install with Ansible
Install Fortified Integrity with Ansible playbook
Streamline and automate deployment of Fortified Integrity in your on-prem/hybrid or cloud environment with Ansible. https://www.ansible.com/

Guide prerequisite:
Python3
Git
Credentials to download the software from FortifiedID
Navigate to Fortified ID's Github and download the appropriate scenario most suited for your use case.
Open
hosts
to edit host address.Replace template files to production files for communication protocols and MFA methods
Add key and certificate files to file structure under
resources
Open
playbook.yml
to edit the features that you want to include in your automation.MFA methods
Populate fields for secret key and certificate files.
Populate fields for trust store
Communication protocols
Populate fields for secret key and certificate files.
Open
resources/overlay/assets/
overrides.css
to incorporate your own branding css and languages.Follow steps in
integrity_ansible/
README.md
Run
playbook.yml
Last updated