This repository hosts the cons3rt.core Ansible Collection.
The collection includes a variety of Ansible content to help automate the management of applications in CONS3RT environments.
This collection has been tested against following Ansible versions: >=2.12.5.
- Collection supports 3.9+
This collection supports CONS3rt versions >=22.10.
Click on the name of a plugin or module to view that content's documentation:
| Name | Description |
|---|---|
| cons3rt.core.cons3rt | CONS3RT inventory source |
Before using the Kubernetes collection, you need to install it with the Ansible Galaxy CLI:
ansible-galaxy collection install cons3rt.core
You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml, using the format:
---
collections:
- name: cons3rt.core
version: 0.1.0Releases are automatically built and pushed to Ansible Galaxy for any new tag. Before tagging a release, make sure to do the following:
- Update the version in the following places:
- The
versioningalaxy.yml - This README's
requirements.ymlexample
- The
The process for uploading a supported release to Automation Hub is documented separately.
GNU General Public License v3.0 or later
See LICENCE to see the full text.