1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 18:21:12 +03:00
Go to file
2013-08-01 10:14:20 -04:00
app_setup Implemented AC-166, added signal handlers to update has_active_failures flag whenever host/group/job are changed/deleted and whenever group-host and group-group relationships change. 2013-07-26 23:49:49 -04:00
awx Clicking on logo now brings you to the Organizations tab. Was taking you to a sort of blank screen -the href wasn't pointed to a specific tab. 2013-08-01 10:14:20 -04:00
config Added support for defining additional environment variables in settings to pass to the subprocess launched by the celery task, specify HOME and USER in settings by default instead of supervisord configuration. 2013-07-16 01:39:17 -04:00
docs No need to add anything after the baseurl above. 2013-07-11 11:16:23 -04:00
private AC-171 first round of changes to make select dialogs more understandable. Also changed tooltip config to include a default time for hide and a default time for show. 2013-07-09 00:10:21 -04:00
requirements Fixed comment line in requirements. 2013-06-28 05:37:00 -04:00
tools/scripts Added sample script for launching a job via the API. 2013-07-30 22:48:30 -04:00
.coveragerc Initial working version of job template callback with a test. 2013-07-11 14:57:59 -04:00
.gitignore Adding awx-min.js to .gitignore. 2013-07-16 12:52:19 -04:00
COPYING Rename ansibleworks to awx. 2013-06-23 13:21:02 -04:00
Makefile Adding minified js steps to packaging plus other minor fixes 2013-07-16 12:19:18 -05:00
manage.py Rename ansibleworks to awx. 2013-06-23 13:21:02 -04:00
MANIFEST.in Excluding the awx/ui/static/lib/ansible/ directory from packaging 2013-07-23 14:03:42 -05:00
README.md Update README.md 2013-07-31 10:21:04 -04:00
setup.py Change for RPM packaging to allow daily dev builds 2013-06-26 07:33:09 -04:00
tox.ini Include local versions of third-party dependencies, particularly those unavailable or outdated as OS packages. 2013-06-23 21:08:54 -04:00

AWX

Formerly known as ansible-commander and AnsibleWorks, AWX provides a web-based user interface, REST API and task engine built on top of Ansible.

The current version under development is 1.3, and uses the master branch.

1.2.2 was the last released version on July 31st, 2013.

Hotfixes should go on the appropriate release branch and be cherry-picked to master.

Resources

Refer to CONTRIBUTING.md to get started developing, testing and building AWX.

Refer to setup/README.md to get started deploying AWX.

See docs/build_system.md for more about Jenkins and installing nightly builds (as opposed to running from source).