Ade Lee 771fc31828 Add role to add ipa services for tls-everywhere
This role adds required IPA services given the server metadata
and registers the base host as an ipa client.
To be used when novajoin is not available, that is:
 * in the standalone node (to be used in TLS Everywhere CI),
 * when using pre-provisioned nodes.

This commit also ensure we don't attempt to register a server/host
that's already enrolled.

This code requires the ansible-freeipa package to be installed.

Co-Authored-By: Grzegorz Grasza <xek@redhat.com>
Change-Id: Ie7fa5e1e83a3b015fd1e86c4666ace575e99833e
2020-03-24 14:41:42 +01:00
2020-03-18 00:41:55 +00:00
2020-03-18 00:41:55 +00:00
2020-03-13 16:34:26 +00:00
2020-03-18 09:45:08 +00:00
2020-03-18 00:41:55 +00:00
2020-03-18 00:41:55 +00:00

tripleo-ipa

This repository contains Ansible for use integrating TripleO with FreeIPA.

Contributing

You can create an environment to develop locally using the following.

$ python3.7 -m virtualenv --system-site-packages .venv
$ .venv/bin/pip3 install -r molecule-requirements.txt
Description
Ansible roles to register and deregister services with FreeIPA.
Readme 1.8 MiB