551bc63f64
This also adds Zuul configuration with linter job. Change-Id: I8bc54901002c14f9b352d0f74705801082f4c08b
19 lines
358 B
ReStructuredText
19 lines
358 B
ReStructuredText
===========
|
|
tripleo-ipa
|
|
===========
|
|
|
|
This repository contains Ansible for configuring the FreeIPA server for TripleO.
|
|
|
|
Installation
|
|
============
|
|
|
|
.. code-block:: bash
|
|
|
|
$ pip install --prefix=/usr ansible-tripleo-ipa-server
|
|
|
|
Or, if you are installing from source, in the project directory:
|
|
|
|
.. code-block:: bash
|
|
|
|
$ python setup.py install --prefix=/usr
|