1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00
Go to file
James Cammarata 72c6a6e3fc Adding config.js to the MANIFEST.in file and a mininfy compile script fix
Added a "-e" to the shebang in the compile.sh script for the minification
process so that errors during the compilation will break the build rather
than failing silently.
2013-07-22 14:55:08 -05:00
app_setup 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
awx AC-234 one or more projects can be assigned to a project from the Projects tab. 2013-07-22 11:08:03 -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
.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 Adding config.js to the MANIFEST.in file and a mininfy compile script fix 2013-07-22 14:55:08 -05:00
README.md Rename ansibleworks to awx. 2013-06-23 13:21:02 -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.2-b2.

Resources

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

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