Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ To get started using this collection, it first needs to be installed in either
your local development environment or installed on a running instance of an
Itential Automation Gateway server.

## Building the collection

To build the collection from the source code, use the following command
```bash
ansible-galaxy collection build <path to collection source code> --output-path <path to tarball>
```

## Installing the collection

The collection can be installed using either the Itential Automation Gateway UI
Expand Down