All Projects → redhat-cop → tower_utilities

redhat-cop / tower_utilities

Licence: other
Ansible Collection for roles and other objects for general use with Tower

Programming Languages

YAML
28 projects
Jinja
831 projects

Projects that are alternatives of or similar to tower utilities

automate-tower-ha-dr
Configure High Availability and/or Disaster Recovery on a Tower Cluster
Stars: ✭ 59 (+195%)
Mutual labels:  automation-cop
ansible-awx
Automatic installation for AWX (Ansible Tower Communiy) on Linux
Stars: ✭ 26 (+30%)
Mutual labels:  ansible-tower
automation-good-practices
Recommended practices for all elements of automation using Ansible, starting with collections and roles, continuing with playbooks, inventories and plug-ins... These good practices are planned to be used by all Red Hat teams interested but can of course be used by others.
Stars: ✭ 63 (+215%)
Mutual labels:  automation-cop
jboss eap
[DEPRECATED] - Ansible role to install JBoss EAP
Stars: ✭ 31 (+55%)
Mutual labels:  automation-cop

Red Hat Communities of Practice Ansible Automation Platform Utilities Collection

Ansible Lint Galaxy Release

This ansible collection includes a number of roles which can be useful for installing and managing AWX or Ansible Automation Platform. Using this collection, you'll be able to automate following tasks:

  • prepare and install Automation controller and Private automation hub on RHEL
  • configure the OS to support Kerberos (if you plan to manage Windows hosts using AD credentials)
  • backup and restore Automation controller and Private automation hub
  • install a minimal Git repo over SSH, for demonstration and learning purposes

Included content

Click the Content button to see the list of content included in this collection.

Installing this collection

You can install the redhat_cop aap_utilities collection with the Ansible Galaxy CLI:

ansible-galaxy collection install redhat_cop.aap_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: redhat_cop.aap_utilities
    # If you need a specific version of the collection, you can specify like this:
    # version: ...

Using this collection

See Also

Release and Upgrade Notes

Many roles and variables have been renamed to reflect the product renaming from Tower to controller/AAP. Verify carefully your inventory variables and playbooks.

The OCP installation role has been suppressed due to the introduction of an operator. Further (community) automation for AAP on OCP is available from the GitOps catalogue.

Roadmap

Contributing to this collection

We welcome community contributions to this collection. If you find problems, please open an issue or create a PR against the AAP Utilities collection repository. More information about contributing can be found in our Contribution Guidelines.

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].