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
We are on the Ansible Forums and Matrix, if you want to discuss something, ask for help, or participate in the community, please use the #infra-config-as-code tag on the fourm, or post to the chat in Matrix.
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. It is not listed as a dependency because of issues with syncing the validated content repo from console.redhat.com.
| Collection Name | Purpose |
|---|---|
| ansible.platform repo | gateway/platform modules |
| ansible.hub repo | Automation hub modules |
| ansible.controller repo | Automation controller modules |
| ansible.eda repo | Event Driven Ansible modules |
| Collection Name | Purpose |
|---|---|
| AAP >= 2.5 Configuration | Ansible Automation Platform configuration |
| AAP <= 2.4 Controller Configuration | Automation controller configuration |
| AAP Configuration Extended | Where other useful roles that don't fit here live |
| AAP installation Utilities | Ansible Automation Platform Utilities |
| AAP Configuration Template | Configuration Template for this suite |
| Ansible Validated Gitlab Workflows | Gitlab CI/CD Workflows for ansible content |
| Ansible Validated GitHub Workflows | GitHub CI/CD Workflows for ansible content |
Click the Content button to see the list of content included in this collection.
You can install the infra.ee_utilities collection with the Ansible Galaxy CLI:
ansible-galaxy collection install infra.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: infra.ee_utilities
# If you need a specific version of the collection, you can specify like this:
# version: ...The following command will invoke the collection playbook. This is considered a starting point for the collection.
ansible-playbook infra.ee_utilities.create_execution_environment.yml- Ansible Using collections for more details.
For details on changes between versions, please see the changelog for this collection.
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.
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.
GNU General Public License v3.0 or later.
See LICENSE to see the full text.
This collection is Ansible Validated Content. It is reviewed and tested by Red Hat but is not supported under a Red Hat SLA. For reporting issues and requesting improvements, file an issue at the EE Utilities repository. Community help is also available on the Ansible Forum.