1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00
Go to file
2013-05-14 18:47:53 -04:00
app_setup Fix setup.yml 2013-05-06 15:15:18 -04:00
docs Docs update following LaunchJob renaming. 2013-04-17 21:53:45 -04:00
lib Remove various license headers. License was changed to proprietary previously so fix up headers. 2013-05-14 18:44:02 -04:00
planning Add comments on planning docs 2013-03-15 23:12:17 -04:00
.gitignore Removed local_settings*.tmp files added by @chouseknecht, updated .gitignore to prevent them from getting added again. 2013-05-10 00:51:03 -04:00
COPYING Replace COPYING document 2013-05-14 18:45:38 -04:00
Makefile Work in progress on credential/job updates. 2013-04-24 00:43:36 -04:00
manage.py Initial setup script. 2013-05-07 18:17:04 -04:00
MANIFEST.in Initial setup script. 2013-05-07 18:17:04 -04:00
README.md Correct some things in the README 2013-05-14 18:47:53 -04:00
requirements.txt Do not install paramiko from pip, as ansible already requires the OS paramiko and this will 2013-04-27 11:25:17 -04:00
SETUP.md Reapplied migrations since change, work on tests for inventory script. 2013-03-29 02:36:11 -04:00
setup.py Initial setup script. 2013-05-07 18:17:04 -04:00
TODO.md Updates to permissions checks (and tests), add logging around permission checks, permission-related fixes to support browsable API, work in progress on job templates API, added default logging settings. 2013-05-01 14:10:42 -04:00

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 lib/static/web. After starting the django server (i.e. make runserver), access the ui from a web browser at:

http://127.0.0.1:8013/static/web/app/index.html

(routes and formal installation steps including Apache proxying pending)