{"id":13584379,"url":"https://github.com/geerlingguy/ansible-role-awx","last_synced_at":"2025-10-05T13:30:30.710Z","repository":{"id":47674669,"uuid":"102771397","full_name":"geerlingguy/ansible-role-awx","owner":"geerlingguy","description":"DEPRECATED Ansible Role - AWX","archived":true,"fork":false,"pushed_at":"2021-08-18T15:10:44.000Z","size":47,"stargazers_count":228,"open_issues_count":0,"forks_count":94,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-09-30T17:23:44.898Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-role","ansible-tower","awx","cd","ci"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/geerlingguy/awx/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geerlingguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"geerlingguy","patreon":"geerlingguy"}},"created_at":"2017-09-07T18:23:17.000Z","updated_at":"2024-09-19T21:27:32.000Z","dependencies_parsed_at":"2022-08-22T05:21:34.399Z","dependency_job_id":null,"html_url":"https://github.com/geerlingguy/ansible-role-awx","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-awx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-awx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-awx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-awx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geerlingguy","download_url":"https://codeload.github.com/geerlingguy/ansible-role-awx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235399012,"owners_count":18983814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-galaxy","ansible-role","ansible-tower","awx","cd","ci"],"created_at":"2024-08-01T15:04:12.426Z","updated_at":"2025-10-05T13:30:30.411Z","avatar_url":"https://github.com/geerlingguy.png","language":null,"funding_links":["https://github.com/sponsors/geerlingguy","https://patreon.com/geerlingguy"],"categories":["Others","ci"],"sub_categories":[],"readme":"# Ansible Role: AWX (open source Ansible Tower)\n\n\u003e **DEPRECATED**: This role has been deprecated. AWX installation is a lot different than it was when I first created the role, and continues evolving. Please follow the official install guide and if you need automation around it, please consider the [awx-operator](https://github.com/ansible/awx-operator).\n\n[![CI](https://github.com/geerlingguy/ansible-role-awx/workflows/CI/badge.svg?event=push)](https://github.com/geerlingguy/ansible-role-awx/actions?query=workflow%3ACI)\n\nInstalls and configures [AWX](https://github.com/ansible/awx), the open source version of [Ansible Tower](https://www.ansible.com/tower).\n\n## Requirements\n\nBefore this role runs, assuming you want the role to completely set up AWX using it's included installer, you need to make sure the following AWX dependencies are installed:\n\n| Dependency                    | Suggested Role           |\n| ----------------------------- | ------------------------ |\n| EPEL repo (RedHat OSes only)  | `geerlingguy.repo-epel`  |\n| Git                           | `geerlingguy.git`        |\n| Ansible                       | `geerlingguy.ansible`    |\n| Docker                        | `geerlingguy.docker`     |\n| Python Pip                    | `geerlingguy.pip`        |\n| Node.js (10.x)                | `geerlingguy.nodejs`     |\n\nSee this role's [`molecule/default/converge.yml`](molecule/default/converge.yml) playbook for an example that works across many different OSes.\n\n## Role Variables\n\nAvailable variables are listed below, along with default values (see `defaults/main.yml`):\n\n    awx_repo: https://github.com/ansible/awx.git\n    awx_repo_dir: \"~/awx\"\n    awx_version: devel\n    awx_keep_updated: true\n\nVariables to control what version of AWX is checked out and installed.\n\n    awx_run_install_playbook: true\n\nBy default, this role will run the installation playbook included with AWX (which builds a set of containers and runs them). You can disable the playbook run by setting this variable to `false`.\n\n## Dependencies\n\nNone.\n\n## Example Playbook\n\n```yaml\n- hosts: awx-centos\n  become: true\n\n  vars:\n    nodejs_version: \"10.x\"\n    docker_install_compose: false\n    pip_install_packages:\n      - name: docker\n      - name: docker-compose\n\n  roles:\n    - geerlingguy.repo-epel\n    - geerlingguy.git\n    - geerlingguy.pip\n    - geerlingguy.ansible\n    - geerlingguy.docker\n    - geerlingguy.nodejs\n    - geerlingguy.awx\n```\n\nAfter AWX is installed, you can log in with the default username `admin` and password `password`.\n\n## License\n\nMIT / BSD\n\n## Author Information\n\nThis role was created in 2017 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-awx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeerlingguy%2Fansible-role-awx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-awx/lists"}