From 45412f1637893471dcaa14da1cd57ee60adc691f Mon Sep 17 00:00:00 2001 From: Hamza Date: Wed, 6 Nov 2024 12:17:17 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4cda1d74..549d9c28 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Google Calendar invite -This Ansible collection allows for easy interaction with an AWX or Ansible Controller server via Ansible roles using the AWX/Controller collection modules. +This Ansible collection extends the `infra.aap_configuration` collection by providing extra functionalities that allows advanced operations on the AWX or Ansible Automation Platform Configuration as Code. ## Getting Help @@ -43,7 +43,7 @@ The awx.awx or ansible.controller collections MUST be installed in order for thi | Collection Name | Purpose | |:------------------------------------------------------------------------------------------:|:-------------------------------------------------:| -| [AAP Configuration Extended](https://github.com/redhat-cop/aap_configuration_extended) | Where other useful roles that don't fit here live | +| [AAP Configuration](https://github.com/redhat-cop/infra.aap_configuration) | Easy interaction with an AWX or Ansible Automation Platform via Ansible roles using the AWX/Controller collection modules | | [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 | @@ -70,10 +70,6 @@ collections: # version: ... ``` -## Conversion from tower_configuration - -If you were using a version of redhat_cop.tower_configuration, please refer to our Conversion Guide here: [Conversion Guide](docs/CONVERSION_GUIDE.md) - ## Using this collection The awx.awx or ansible.controller collection must be invoked in the playbook in order for Ansible to pick up the correct modules to use. From b8c4cdb0d26e5ea76648aa840f781aaa13f46813 Mon Sep 17 00:00:00 2001 From: w4hf Date: Sat, 9 Nov 2024 18:21:27 +0800 Subject: [PATCH 2/2] change wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 549d9c28..f8f3d5f5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Google Calendar invite -This Ansible collection extends the `infra.aap_configuration` collection by providing extra functionalities that allows advanced operations on the AWX or Ansible Automation Platform Configuration as Code. +This Ansible collection extends the `infra.aap_configuration` collection by providing extra functionalities that allows advanced operations on the Ansible Automation Platform Configuration as Code. ## Getting Help @@ -43,7 +43,7 @@ The awx.awx or ansible.controller collections MUST be installed in order for thi | Collection Name | Purpose | |:------------------------------------------------------------------------------------------:|:-------------------------------------------------:| -| [AAP Configuration](https://github.com/redhat-cop/infra.aap_configuration) | Easy interaction with an AWX or Ansible Automation Platform via Ansible roles using the AWX/Controller collection modules | +| [AAP Configuration](https://github.com/redhat-cop/infra.aap_configuration) | Easy interaction with Ansible Automation Platform via Ansible roles | | [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 |