IMPORTANT: This repository has been deprecated in favor of its GitLab counterpart.
A simple Ansible Collection for a Content Management Database (CMDB).
This collection has been tested against following Ansible versions: >=2.15
.
Name | Description |
---|---|
uofuchpc.cmdb.portal | A simple inventory plugin for the CHPC web portal. |
You can locally build and install the uofuchpc.cmdb
collection with the Ansible Galaxy CLI:
$ mkdir ./build
$ ansible-galaxy collection build -f . --output-path build
...
$ ansible-galaxy collection install build/uofuchpc-cmdb-X.X.X.tar.gz --force
...
You can also include it in a requirements.yml
file and install it with ansible-galaxy collection install -r requirements.yml
, using the format:
collections:
- name: https://github.com/CHPC-UofU/uofuchpc.cmdb/releases/download/v<release>/uofuchpc-cmdb-<release>.tar.gz
type: url
See Ansible Using collections for more details.