Ansible AWX
por ATH Infosystems
Version 24.6.1 + Free Support on Ubuntu 24.04
Ansible AWX is an open-source, web-based user interface, REST API, and task engine built on top of Ansible. It provides a centralized platform to manage, schedule, and monitor automation tasks, making it easier to scale and control infrastructure automation across teams and environments.
Key Features of Ansible AWX:
- Open-source automation management platform.
- Provides a modern web UI and REST API for Ansible.
- Role-based access control for teams and projects.
- Job scheduling, logging, and real-time monitoring.
- Supports inventory management and credential storage.
- Scales automation workflows across hybrid and multi-cloud environments.
AWX Usage:
$ sudo su
$cd /opt
$cd awx-operator
$ kubectl get svc -n ansible-awx
(get node port)
#Get admin login password
#Run this:
$ kubectl get secret awx-admin-password -n ansible-awx \
-o jsonpath="{.data.password}" | base64 --decode && echo
#Login with:
Username: admin
Password: (output of the command)
Open this in your browser: http://YOUR-IP:
Disclaimer:
Ansible AWX is an open-source project maintained by the Ansible community and Red Hat. This content is provided for informational purposes only. We are not affiliated with or endorsed by Ansible, AWX, or Red Hat. All trademarks and product names belong to their respective owners.