Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (30 loc) · 1.45 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.45 KB

Ansible Collection - uofuchpc.cmdb

IMPORTANT: This repository has been deprecated in favor of its GitLab counterpart.

License

A simple Ansible Collection for a Content Management Database (CMDB).

Supported Versions of Ansible

This collection has been tested against following Ansible versions: >=2.15.

Included content

Dynamic Inventories

Name Description
uofuchpc.cmdb.portal A simple inventory plugin for the CHPC web portal.

Installing this Collection

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

Using this Collection

See Ansible Using collections for more details.