=========== tripleo-ipa =========== This repository contains Ansible for use integrating TripleO with FreeIPA. Contributing ============ You can create an environment to develop locally using the following. .. code-block:: bash $ python3.7 -m virtualenv --system-site-packages .venv $ .venv/bin/pip3 install -r molecule-requirements.txt