mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
ansibleworks | ||
app_setup | ||
docs | ||
planning | ||
.coveragerc | ||
.gitignore | ||
COPYING | ||
Makefile | ||
manage.py | ||
MANIFEST.in | ||
README.md | ||
requirements.txt | ||
SETUP.md | ||
setup.py | ||
TODO.md |
AnsibleWorks
AnsibleWorks is a GUI and REST API on top of core Ansible.
AnsibleWorks is commercial software, for use only under license.
This source code is not for distribution.
Technology
- Ansible
- Django (a python web framework)
- Django REST Framework
- Celery (a python task engine)
- PostgreSQL
- Angular.js
Getting Things Installed
See the ansible-doc repo
Accessing the UI
The UI is installed under ansibleworks/ui/ and accessible at the root URL. After starting the Django server (i.e. make runserver), access the UI from a web browser at:
(routes and formal installation steps including Apache proxying pending)