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/

Solution overview

Guide prerequisite:

  • Python3

  • Git

  • Credentials to download the software from FortifiedID

  1. Navigate to Fortified ID's Github and download the appropriate scenario most suited for your use case.

  2. Open hosts to edit host address.

  3. Replace template files to production files for communication protocols and MFA methods

  4. Add key and certificate files to file structure under resources

  5. Open playbook.yml to edit the features that you want to include in your automation.

    1. MFA methods

      1. Populate fields for secret key and certificate files.

      2. Populate fields for trust store

    2. Communication protocols

      1. Populate fields for secret key and certificate files.

  6. Open resources/overlay/assets/overrides.css to incorporate your own branding css and languages.

  7. Follow steps in integrity_ansible/README.md

  8. Run playbook.yml

Last updated