From fb1ed8b2db5637c1f5f8f00578d1345c16f0fe99 Mon Sep 17 00:00:00 2001 From: David Danielsson Date: Fri, 1 May 2026 16:48:49 +0000 Subject: [PATCH 1/2] docs(readme): standardize links, fix LICENSE, add Support section Standardize collection links tables, add missing changelog link, fix LICENCE typo and convert to absolute URL, and add Support section for certification review. Co-authored-by: Cursor --- README.md | 33 ++++++++++++------- .../certification-review-updates.yaml | 2 ++ 2 files changed, 24 insertions(+), 11 deletions(-) create mode 100644 changelogs/fragments/certification-review-updates.yaml diff --git a/README.md b/README.md index 5823026..87ce3d9 100644 --- a/README.md +++ b/README.md @@ -24,19 +24,24 @@ It is not listed as a dependency because of issues with syncing the validated co ## Links to Ansible Automation Platform Collections -| Collection Name | Purpose | -|:--------------------------------------------------------------------------------------------:|:----------------------------------------:| -| [awx.awx/Ansible.controller repo](https://github.com/ansible/awx/tree/devel/awx_collection) | Automation controller modules | -| [Ansible Hub Configuration](https://github.com/ansible/automation_hub_collection) | Automation hub configuration | +| Collection Name | Purpose | +|:-----------------------------------------------------------------------------------:|:-----------------------------:| +| [ansible.platform repo](https://github.com/ansible/ansible.platform) | gateway/platform modules | +| [ansible.hub repo](https://github.com/ansible-collections/ansible_hub) | Automation hub modules | +| [ansible.controller repo](https://github.com/ansible/awx/tree/devel/awx_collection) | Automation controller modules | +| [ansible.eda repo](https://github.com/ansible/event-driven-ansible) | Event Driven Ansible modules | ## Links to other Validated Configuration Collections for Ansible Automation Platform -| Collection Name | Purpose | -|:------------------------------------------------------------------------------------------:|:----------------------------------------:| -| [Controller Configuration](https://github.com/redhat-cop/controller_configuration) | Automation controller configuration | -| [EE Utilities](https://github.com/redhat-cop/ee_utilities) | Execution Environment creation utilities | -| [AAP installation Utilities](https://github.com/redhat-cop/aap_utilities) | Ansible Automation Platform Utilities | -| [AAP Configuration Template](https://github.com/redhat-cop/aap_configuration_template) | Configuration Template for this suite | +| Collection Name | Purpose | +|:-----------------------------------------------------------------------------------------------------:|:-------------------------------------------------:| +| [AAP >= 2.5 Configuration](https://github.com/redhat-cop/infra.aap_configuration) | Ansible Automation Platform configuration | +| [AAP <= 2.4 Controller Configuration](https://github.com/redhat-cop/infra.controller_configuration) | Automation controller configuration | +| [AAP Configuration Extended](https://github.com/redhat-cop/aap_configuration_extended) | Where other useful roles that don't fit here live | +| [AAP installation Utilities](https://github.com/redhat-cop/aap_utilities) | Ansible Automation Platform Utilities | +| [AAP Configuration Template](https://github.com/redhat-cop/aap_configuration_template) | Configuration Template for this suite | +| [Ansible Validated Gitlab Workflows](https://gitlab.com/redhat-cop/infra/ansible_validated_workflows) | Gitlab CI/CD Workflows for ansible content | +| [Ansible Validated GitHub Workflows](https://github.com/redhat-cop/infra.ansible_validated_workflows) | GitHub CI/CD Workflows for ansible content | ## Included content @@ -73,6 +78,8 @@ ansible-playbook infra.ee_utilities.create_execution_environment.yml ## Release and Upgrade Notes +For details on changes between versions, please see [the changelog for this collection](https://github.com/redhat-cop/ee_utilities/blob/devel/CHANGELOG.rst). + ## Releasing, Versioning and Deprecation This collection follows [Semantic Versioning](https://semver.org/). More details on versioning can be found [in the Ansible docs](https://docs.ansible.com/ansible/latest/dev_guide/developing_collections.html#collection-versions). @@ -92,4 +99,8 @@ More information about contributing can be found in our [Contribution Guidelines GNU General Public License v3.0 or later. -See [LICENCE](LICENSE) to see the full text. +See [LICENSE](https://github.com/redhat-cop/ee_utilities/blob/devel/LICENSE) to see the full text. + +## Support + +This collection is [Ansible Validated Content](https://access.redhat.com/articles/3166901). 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](https://github.com/redhat-cop/ee_utilities/issues). Community help is also available on the [Ansible Forum](https://forum.ansible.com/tag/infra-config-as-code). diff --git a/changelogs/fragments/certification-review-updates.yaml b/changelogs/fragments/certification-review-updates.yaml new file mode 100644 index 0000000..e2cd4d4 --- /dev/null +++ b/changelogs/fragments/certification-review-updates.yaml @@ -0,0 +1,2 @@ +minor_changes: + - README - Standardized collection links tables, added changelog link, fixed LICENSE link, and added Support section for certification review. From d6270f9d23a7667d1be9a8c275620a2c08ba8381 Mon Sep 17 00:00:00 2001 From: David Danielsson Date: Fri, 1 May 2026 17:19:48 +0000 Subject: [PATCH 2/2] fix(readme): align markdown table pipes for MD060 compliance Pad table cells so all pipes align with the header separator, fixing markdownlint MD060 (table-column-style) errors. Co-authored-by: Cursor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87ce3d9..186fb16 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ It is not listed as a dependency because of issues with syncing the validated co | Collection Name | Purpose | |:-----------------------------------------------------------------------------------------------------:|:-------------------------------------------------:| -| [AAP >= 2.5 Configuration](https://github.com/redhat-cop/infra.aap_configuration) | Ansible Automation Platform configuration | -| [AAP <= 2.4 Controller Configuration](https://github.com/redhat-cop/infra.controller_configuration) | Automation controller configuration | +| [AAP >= 2.5 Configuration](https://github.com/redhat-cop/infra.aap_configuration) | Ansible Automation Platform configuration | +| [AAP <= 2.4 Controller Configuration](https://github.com/redhat-cop/infra.controller_configuration) | Automation controller configuration | | [AAP Configuration Extended](https://github.com/redhat-cop/aap_configuration_extended) | Where other useful roles that don't fit here live | | [AAP installation Utilities](https://github.com/redhat-cop/aap_utilities) | Ansible Automation Platform Utilities | | [AAP Configuration Template](https://github.com/redhat-cop/aap_configuration_template) | Configuration Template for this suite |