Ansible Automation Platform (AAP)#
Resources#
- GitHub - ansible/awx: AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
- Ansible AWX Documentation — Ansible AWX community documentation
- awx/INSTALL.md at devel · ansible/awx · GitHub
- Ansible Galaxy
- Saying a lot while saying nothing at all about Ansible AWX - Jeff Geerling
Installation/Implementation#
subscription-manager repos --enable ansible-automation-platform-2.4-for-rhel-9-x86_64-rpms # Enable AAP repo
dnf install ansible-navigator # Install ansible-navigator
ansible-navigator --version # Verify ansible-navigator installation
podman login registry.redhat.io # Log in to RH container registry
ansible-navigator images # List available images
ansible-navigator#
ansible-navigator config # Show current config in TUI
ansible-navigator collections # Show available collections in TUI
ansible-navigator run -m stdout site.yml # Run playbook and print output to stdout
ansible-navigator run -m stdout webserver.yml --syntax-check # Validate playbook syntax
ansible-navigator run -m stdout webserver.yml --check # Dry run