Add source install to docs

Docuemnt how to install this collection from source using the
ansible-galaxy command to build and install.

Change-Id: I3349f5fa438c27bfcf7e7c341b2d7c56e0b298d4
This commit is contained in:
Alex Schultz 2020-03-13 10:19:38 -06:00
parent 9f452f4aac
commit cbdd9a6554
1 changed files with 15 additions and 0 deletions

View File

@ -2,6 +2,9 @@
Installation
============
Via Package
-----------
At the command line using `yum`.
.. code-block:: console
@ -14,3 +17,15 @@ At the command line using `dnf`.
.. code-block:: console
$ dnf install tripleo-operator-ansible
From Source
-----------
At the command line install using the ansible-galaxy command.
.. code-block:: console
$ git clone https://opendev.org/openstack/tripleo-operator-ansible
$ cd tripleo-operator-ansible
$ ansible-galaxy collection build --force --output-path ~/collections
$ ansible-galaxy collection install --force ~/collections/tripleo-operator*