Skip to content

Commit

Permalink
Merge branch 'devel' into fix_extra_vars_order
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarmu authored Nov 11, 2024
2 parents 7012c8b + 49aec89 commit d5b8424
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- markdownlint-disable-line MD033 MD034 --><a href="https://raw.githubusercontent.com/redhat-cop/aap_configuration_extended/devel/docs/aap_config_as_code_public_meeting.ics"><img border="0" alt="Google Calendar invite" src="https://www.google.com/calendar/images/ext/gc_button1_en-GB.gif"></a>
<!-- Further CI badges go here as above -->

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

Expand Down Expand Up @@ -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 |
Expand All @@ -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.
Expand Down

0 comments on commit d5b8424

Please sign in to comment.