Update readme with installation instructions

The installation requires to specify a prefix, to make sure
that the data_files are installed to the default ansible
plugins/roles directory.

Change-Id: I32cce004e63640a2f42248930adb338e6a9abada
This commit is contained in:
Grzegorz Grasza 2020-03-26 13:46:49 +01:00
parent 07263bf421
commit 2bcb62f270

View File

@ -4,6 +4,20 @@ 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
============