1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-28 10:55:30 +03:00
Go to file
2013-10-15 17:57:29 -04:00
awx AC-556 Renamed inventory script filename used for import_import command test. 2013-10-15 17:57:29 -04:00
config Remove warning about file being overwritten given force=no now being used on settings.py.j2 2013-09-12 15:50:39 -04:00
docs AC-474. Updates to contributing doc, along with related Makefile, testing and settings changes. 2013-09-24 21:41:00 -04:00
requirements One more attempt at making Jenkins and awx-bot happy. 2013-09-29 22:06:26 -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 Update astroid package to get Jenkins to pass unit tests. 2013-09-29 21:58:31 -04:00
COPYING AC-474. Updates to contributing doc, along with related Makefile, testing and settings changes. 2013-09-24 21:41:00 -04:00
fix_virtualenv_setuptools.py AC-505 Add vendored copies of ec2 and rax inventory scripts from Ansible (for now). Add vendored versions of boto and pyrax and all their dependencies, updated all vendored packages to latest versions. 2013-09-29 20:36:46 -04:00
Makefile AC-505 Add vendored copies of ec2 and rax inventory scripts from Ansible (for now). Add vendored versions of boto and pyrax and all their dependencies, updated all vendored packages to latest versions. 2013-09-29 20:36:46 -04:00
manage.py Rename ansibleworks to awx. 2013-06-23 13:21:02 -04:00
MANIFEST.in More work in progress on AC-132. 2013-08-26 10:31:39 -04:00
README.md AC-474. Updates to contributing doc, along with related Makefile, testing and settings changes. 2013-09-24 21:41:00 -04:00
setup.py AC-474. Updates to contributing doc, along with related Makefile, testing and settings changes. 2013-09-24 21:41:00 -04:00
tox.ini AC-474. Updates to contributing doc, along with related Makefile, testing and settings changes. 2013-09-24 21:41:00 -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.4, and uses the master branch.

1.2.2 was the initial version released on July 31, 2013.

1.3.0 was released on September 15, 2013.

1.3.1 was released on September 17, 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).