{"id":15552896,"url":"https://github.com/jasonwalsh/awx-poc","last_synced_at":"2026-04-17T12:32:30.746Z","repository":{"id":86448674,"uuid":"153042133","full_name":"jasonwalsh/awx-poc","owner":"jasonwalsh","description":"A repository for getting started with Ansible AWX","archived":false,"fork":false,"pushed_at":"2018-12-10T12:55:52.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T02:21:56.960Z","etag":null,"topics":["ansible","ansible-tower","awx","packer","terraform","vagrant"],"latest_commit_sha":null,"homepage":"","language":"HCL","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/jasonwalsh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-15T02:30:07.000Z","updated_at":"2018-12-10T12:55:53.000Z","dependencies_parsed_at":"2023-03-07T03:45:18.396Z","dependency_job_id":null,"html_url":"https://github.com/jasonwalsh/awx-poc","commit_stats":{"total_commits":31,"total_committers":2,"mean_commits":15.5,"dds":"0.032258064516129004","last_synced_commit":"dfc33b49c9f0652f6e97d67b12673d240a8529f5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jasonwalsh/awx-poc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonwalsh%2Fawx-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonwalsh%2Fawx-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonwalsh%2Fawx-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonwalsh%2Fawx-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasonwalsh","download_url":"https://codeload.github.com/jasonwalsh/awx-poc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonwalsh%2Fawx-poc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31929604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:35:34.458Z","status":"ssl_error","status_checked_at":"2026-04-17T10:35:09.472Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-tower","awx","packer","terraform","vagrant"],"created_at":"2024-10-02T14:22:59.078Z","updated_at":"2026-04-17T12:32:30.705Z","avatar_url":"https://github.com/jasonwalsh.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://img.shields.io/travis/com/jasonwalsh/awx-poc.svg?style=flat-square)](https://travis-ci.com/jasonwalsh/awx-poc)\n\n\u003e A repository for getting started with [Ansible AWX](https://github.com/ansible/awx)\n\n## Contents\n\n- [Ansible AWX](#ansible-awx)\n- [Requirements](#requirements)\n- [Usage](#usage)\n  - [Local](#local)\n  - [Production](#production)\n- [Troubleshooting](#troubleshooting)\n- [Testing](#testing)\n- [Development](#development)\n- [Continuous Integration](#continuous-integration)\n- [License](#license)\n\n## Ansible AWX\n\n\u003e An open source community project, sponsored by Red Hat, that enables users to control their Ansible project use in IT environments better.\n\n## Requirements\n\nThis project requires the following software:\n\n- [Vagrant](https://www.vagrantup.com/)\n- [Packer](https://packer.io/)\n- [Terraform](https://www.terraform.io/)\n- [VirtualBox](https://www.virtualbox.org/) (if using Vagrant)\n\n## Usage\n\nThis project intends to provide strategies for deploying Ansible AWX. The following sections define how to configure and deploy Ansible AWX in either a local environment or a production environment.\n\n### Local\n\nThe root of this repository contains a [Vagrantfile](https://www.vagrantup.com/docs/vagrantfile/) which creates a virtual machine using [Vagrant](https://www.vagrantup.com/) developed by HashiCorp. Currently, the Vagrant box only supports installing Ansible AWX using the Ubuntu 16.04 (Xenial Xerus) operating system.\n\nTo deploy a local Ansible AWX server, invoke the following command:\n\n    $ vagrant up\n\nIf the command exits with a zero status code, then an Ansible AWX is running and can be accessed in a web browser by visiting http://localhost:8080/#/login.\n\n**Note:** If the web page returns an `ERR_EMPTY_RESPONSE` message, please be patient, as the service may still be starting. If the service fails to start, please refer to the [troubleshooting](#troubleshooting) section.\n\nAfter rendering the web page, authenticate by using `admin` for the username and `password` for the password.\n\n| \u003cimg src=\"https://user-images.githubusercontent.com/2184329/47095511-6d90c200-d1fb-11e8-9e24-c6d72378e463.png\"\u003e | \u003cimg src=\"https://user-images.githubusercontent.com/2184329/47095512-6d90c200-d1fb-11e8-9f6c-7e02a947ba5a.png\"\u003e |\n|:---------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------:|\n| Figure 1 Login Page                                                                                             | Figure 2 Dashboard Page                                                                                         |\n\n### Production\n\nThe production environment uses a combination of [Packer](https://packer.io/) and [Terraform](https://www.terraform.io/), both developed by HashiCorp.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/cloudcraft.svg\"\u003e\n\u003c/p\u003e\n\n## Troubleshooting\n\n\u003e The problem with troubleshooting is that trouble shoots back - Unknown Author\n\nIf the `awx` service fails to start, then checking the logs may yield some useful information. The `awx` service is a `systemd` managed service, and its logs are queryable using `journalctl`.\n\nIf using Vagrant, connect to the virtual machine using SSH:\n\n    $ vagrant ssh\n\nOnce connected to the virtual machine, invoke the following commands:\n\n\u003e To check the status of the `awx` service:\n\n    $ sudo systemctl status awx\n\n\u003e To check the logs of the awx service:\n\n    $ sudo journalctl -xeu awx\n\n## Testing\n\nThis project uses Ansible [Molecule](https://molecule.readthedocs.io/en/latest/) to test the `awx` role. Testing the `awx` role requires the following dependencies:\n\n- [molecule](https://pypi.org/project/molecule/)\n- [docker](https://pypi.org/project/docker/)\n\nAfter installing the required pip dependencies, visit the [awx](provisioning/roles/awx) directory and invoke the following command:\n\n    $ molecule test\n\n## Development\n\nTo contribute to this repository, invoke the following commands:\n\n    $ git clone git@github.com:jasonwalsh/awx-poc.git\n    $ make init\n\n## Continuous Integration\n\nThis project uses [Travis CI](https://travis-ci.com/) for testing. The [.travis.yml](.travis.yml) file contains scripts executed per build.\n\n## License\n\nMIT \u0026copy; [Jason Walsh](https://github.com/jasonwalsh)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonwalsh%2Fawx-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonwalsh%2Fawx-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonwalsh%2Fawx-poc/lists"}