Docuemnt how to install this collection from source using the ansible-galaxy command to build and install. Change-Id: I3349f5fa438c27bfcf7e7c341b2d7c56e0b298d4
644 B
644 B
Installation
Via Package
At the command line using yum.
$ yum install tripleo-operator-ansible
At the command line using dnf.
$ dnf install tripleo-operator-ansible
From Source
At the command line install using the ansible-galaxy command.
$ 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*