A collection of ansible playbooks to configure FreeIPA for TripleO
551bc63f64
This also adds Zuul configuration with linter job. Change-Id: I8bc54901002c14f9b352d0f74705801082f4c08b |
||
---|---|---|
tripleo_ipa_server/playbooks | ||
zuul.d | ||
.gitignore | ||
.gitreview | ||
.pre-commit-config.yaml | ||
.yamllint | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
tripleo-ipa
This repository contains Ansible for configuring the FreeIPA server for TripleO.
Installation
$ pip install --prefix=/usr ansible-tripleo-ipa-server
Or, if you are installing from source, in the project directory:
$ python setup.py install --prefix=/usr