https://github.com/mrlesmithjr/ansible-awx
https://github.com/mrlesmithjr/ansible-awx
ansible awx
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-awx
- Owner: mrlesmithjr
- License: mit
- Created: 2017-12-15T06:01:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:43:37.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T06:51:48.579Z (7 months ago)
- Topics: ansible, awx
- Language: HTML
- Size: 59.6 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ansible-awx
Ansible role to install/configure Ansible AWX
> NOTE: AWX provides a web-based user interface, REST API, and task engine built
> on top of Ansible. It is the upstream project for Tower, a commercial derivative
> of AWX.
## Build Status
### GitHub Actions

### Travis CI
[](https://travis-ci.org/mrlesmithjr/ansible-awx)
## Requirements
For any required Ansible roles, review:
[requirements.yml](requirements.yml)
## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
## Example Playbook
[playbook.yml](playbook.yml)
# Usage
Login to AWX dashboard by accessing `http://HostnameOrIP` and login with `user:pass`
defined in [defaults/main.yml](defaults/main.yml) under:
```yaml
user: awx['default_admin_user']
pass: awx['default_admin_password']
```
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [mrlesmithjr@gmail.com](mailto:mrlesmithjr@gmail.com)
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)
> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-ansible-role](https://github.com/mrlesmithjr/cookiecutter-ansible-role) as a template.