1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00
Go to file
2013-05-23 12:13:13 -04:00
ansibleworks Added event_display field to job event, with slightly more readable event name. 2013-05-23 12:13:13 -04:00
app_setup Updates to setup/requirements, add Makefile target for running tests with coverage. 2013-05-21 19:08:46 -04:00
docs Docs update following LaunchJob renaming. 2013-04-17 21:53:45 -04:00
planning Add comments on planning docs 2013-03-15 23:12:17 -04:00
.coveragerc Updates to setup/requirements, add Makefile target for running tests with coverage. 2013-05-21 19:08:46 -04:00
.gitignore Playbook updates after some testing. 2013-05-23 04:58:44 -04:00
COPYING Replace COPYING document 2013-05-14 18:45:38 -04:00
Makefile Added new set of playbooks for deploying to a single-server configuration, including Vagrant configuration for testing. 2013-05-23 03:22:26 -04:00
manage.py Major rename of package from lib to ansibleworks. 2013-05-21 18:20:26 -04:00
MANIFEST.in Updated manifest to include UI static files. 2013-05-21 19:40:50 -04:00
README.md Major rename of package from lib to ansibleworks. 2013-05-21 18:20:26 -04:00
requirements.txt Updates to setup/requirements, add Makefile target for running tests with coverage. 2013-05-21 19:08:46 -04:00
SETUP.md Reapplied migrations since change, work on tests for inventory script. 2013-03-29 02:36:11 -04:00
setup.py Major rename of package from lib to ansibleworks. 2013-05-21 18:20:26 -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 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:

http://127.0.0.1:8013/

(routes and formal installation steps including Apache proxying pending)