Metadata-Version: 2.1
Name: tripleo-ipa
Version: 0.2.3.dev25
Summary: Ansible assets for interacting with FreeIPA on behalf of TripleO
Home-page: https://opendev.org/x/tripleo-ipa
Author: RedHat
Author-email: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Utilities
Requires-Dist: PyYAML (>=3.12)
Requires-Dist: netaddr (>=0.7.18)
Requires-Dist: six (>=1.10.0)

===========
tripleo-ipa
===========

This repository contains Ansible for use integrating TripleO with FreeIPA.

Installation
============

.. code-block:: bash

   $ pip install --prefix=/usr tripleo-ipa

Or, if you are installing from source, in the project directory:

.. code-block:: bash

   $ python setup.py install --prefix=/usr


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



