1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 06:51:10 +03:00
Go to file
Michael DeHaan 21f4e3a680 Some hacks to make organizational user object creation possible by posting directly to the subcollection. This is a little complex due to the user (being a Django object) not having any FKs
to our objects.  This should be refactored later but is at least sufficiently operational for the two cases it is used here.
2013-04-29 10:37:16 -04:00
app_setup Add API version info to api root, add dependency to setup playbook 2013-04-25 13:08:39 -04:00
docs Docs update following LaunchJob renaming. 2013-04-17 21:53:45 -04:00
lib Some hacks to make organizational user object creation possible by posting directly to the subcollection. This is a little complex due to the user (being a Django object) not having any FKs 2013-04-29 10:37:16 -04:00
planning Add comments on planning docs 2013-03-15 23:12:17 -04:00
.gitignore Changed how Project local_path is configured, added option to specify playbook on JobTemplate and Job, updated admin and tests. 2013-04-19 15:40:13 -04:00
COPYING Just use the plain GPLv3. 2013-04-09 00:55:25 -04:00
Makefile Work in progress on credential/job updates. 2013-04-24 00:43:36 -04:00
manage.py Rename acom to lib to avoid confusion with repo name. 2013-03-13 15:32:22 -04:00
README.md Just use plain GPL. 2013-04-09 01:05:55 -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
TODO.md update TODO 2013-04-19 11:15:02 -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 made available under the GPL v3, see COPYING, (C) AnsibleWorks, 2013.

Commercial licensing is also available.