cons3rt / cons3rt.core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CONS3RT Collection for Ansible

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.

Ansible version compatibility

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

Python Support

  • Collection supports 3.9+

CONS3RT Version Support

This collection supports CONS3rt versions >=22.10.

Included content

Click on the name of a plugin or module to view that content's documentation:

Inventory plugins

Name Description
cons3rt.core.cons3rt CONS3RT inventory source

Installation and Usage

Installing the Collection from Ansible Galaxy

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.0

Publishing New Versions

Releases are automatically built and pushed to Ansible Galaxy for any new tag. Before tagging a release, make sure to do the following:

  1. Update the version in the following places:
    1. The version in galaxy.yml
    2. This README's requirements.yml example

The process for uploading a supported release to Automation Hub is documented separately.

License

GNU General Public License v3.0 or later

See LICENCE to see the full text.

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%