1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 05:25:29 +03:00
Go to file
2013-03-26 14:44:12 -04:00
app_setup Add copyright headers. 2013-03-23 18:43:11 -04:00
docs Expand API guide. 2013-03-24 16:15:57 -04:00
lib Working on Hosts and Groups 2013-03-26 14:44:12 -04:00
planning Add comments on planning docs 2013-03-15 23:12:17 -04:00
.gitignore Add organizations resource file, update TODO & gitignore 2013-03-13 18:49:09 -04:00
COPYING Init repo 2013-03-13 13:09:36 -04:00
Makefile Added basic celery support and configuration. 2013-03-14 16:11:14 -04:00
manage.py Rename acom to lib to avoid confusion with repo name. 2013-03-13 15:32:22 -04:00
README.md Make a note we are not using tastypie, Django REST framework is much cleaner. 2013-03-21 00:14:16 -04:00
requirements.txt Updated requirements/settings to use new version of devserver. 2013-03-22 01:47:24 -04:00
SETUP.md Change the way we sync, add notes about superuser setup. 2013-03-13 17:20:50 -04:00
TODO.md Working on Hosts and Groups 2013-03-26 14:44:12 -04:00

Ansible-Commander

Ansible-commander is a set of add-ons on top of ansible-core that adds a server, REST API, cli client, extensive logging, background job execution, and a user interface.

Technology

  • Ansible
  • Django (a python web framework)
  • Django REST Framework
  • Celery (a python task engine)
  • PostgreSQL

Status

Ansible-Commander (ACOM) is in very early development and is of interest to development audiences only. Open development is important though so we are building it in the open.

Getting Things Installed

See SETUP.md for requirements and details.

License

Ansible-Commander is GPLv3, see COPYING, (C) AnsibleWorks, 2013.