1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00
Go to file
2013-09-10 03:28:59 -04:00
awx AC-156. Expose user_ldap_fields via API config to indicate which fields should not be editableon LDAP users. Add ldap_dn attribute to user record, prevent changing any LDAP-managed fields on LDAP users. 2013-09-10 03:28:59 -04:00
config AC-156. Implement LDAP organization mapping, update settings files and comments on LDAP configuration. 2013-09-09 17:20:48 -04:00
docs Remove references to tarball installation method (non-operational given config files were missing, etc) 2013-09-07 14:30:00 -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 AC-156. Add dependencies for LDAP support. 2013-09-06 17:11:38 -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 Removed awx.min.css from respository. Use 'make minify' to compile and compress the .less files and create awx.min.css. 2013-08-08 12:13:22 -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 More work in progress on AC-132. 2013-08-26 10:31:39 -04:00
README.md Update README.md 2013-07-31 10:21:04 -04:00
setup.py Add config file to setup.py 2013-09-07 14:58:50 -04:00
tox.ini Updated third-party requirements to latest versions. 2013-08-27 23:20:47 -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).