mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 15:57:52 -02:30
Cleanup TODO
This commit is contained in:
32
README.md
Normal file
32
README.md
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
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)
|
||||||
|
* Celery (a python task engine)
|
||||||
|
* Tastypie (a Django REST layer)
|
||||||
|
* 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.
|
||||||
11
TODO.md
11
TODO.md
@@ -1,16 +1,13 @@
|
|||||||
TODO items for ansible commander
|
TODO items for ansible commander
|
||||||
================================
|
================================
|
||||||
|
|
||||||
* add playbook integration to create django superuser
|
* tastypie subresources
|
||||||
* tastypie integration
|
* tastypie authz (various subclasses) using RBAC permissions model
|
||||||
* audit cascade behaviors
|
* CLI client
|
||||||
* split model into subdirs
|
* split model into subdirs
|
||||||
* django admin -- add more models, set up blank=True on optional fields everywhere
|
|
||||||
* business logic
|
* business logic
|
||||||
* celery integration / job status API
|
* celery integration / job status API
|
||||||
* RBAC integration
|
* UI layer
|
||||||
* python CLI client
|
|
||||||
* UI layer (...)
|
|
||||||
* clean up initial migrations
|
* clean up initial migrations
|
||||||
|
|
||||||
NEXT STEPS
|
NEXT STEPS
|
||||||
|
|||||||
Reference in New Issue
Block a user