Skip to content

This ansible collection includes a number of roles and tools which can be useful for managing Ansible Execution Environments.

Notifications You must be signed in to change notification settings

simon-mags/ee_utilities

 
 

Repository files navigation

Redhat Communities of Practice Execution Environment Utilities Collection

pre-commit tests Galaxy Release

This ansible collection includes a number of roles which can be useful for managing Ansible Execution Environments. Using this collection, you'll be able to automate following tasks:

  • prepare and maintain Ansible Execution Environments

Requirements

The containers.podman collection MUST be installed in order for this collection to work. In addition the podman executable is required for the containers.podman collection.

Redhat Communities of Practice Configuration Collections Suite

Collection Name Purpose
Controller Configuration Automation controller configuration
Hub Configuration Automation hub configuration
EE Utilities Execution Environment creation utilities
AAP installation Utilities Ansible Automation Platform Utilities
AAP Configuration Template Configuration Template for this suite

Included content

Click the Content button to see the list of content included in this collection.

Installing this collection

You can install the redhat_cop ee_utilities collection with the Ansible Galaxy CLI:

ansible-galaxy collection install redhat_cop.ee_utilities

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: redhat_cop.ee_utilities
    # If you need a specific version of the collection, you can specify like this:
    # version: ...

Using this collection

See Also

Release and Upgrade Notes

Releasing, Versioning and Deprecation

This collection follows Semantic Versioning. More details on versioning can be found in the Ansible docs.

We plan to regularly release new minor or bugfix versions once new features or bugfixes have been implemented.

Releasing the current major version happens from the devel branch.

Roadmap

Contributing to this collection

We welcome community contributions to this collection. If you find problems, please open an issue or create a PR against the Tower Utilities collection repository. More information about contributing can be found in our Contribution Guidelines.

Licensing

GNU General Public License v3.0 or later.

See LICENCE to see the full text.

About

This ansible collection includes a number of roles and tools which can be useful for managing Ansible Execution Environments.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • YAML 69.4%
  • Jinja 30.6%