diff --git a/README.md b/README.md index 4cda1d74..f8f3d5f5 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 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 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 | @@ -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.