1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00
Go to file
2014-03-22 17:49:30 -04:00
awx Continuing work on new Jobs page. Increased pop-over width. Added a footer explaning how to close. Added close-on-click behavior in addition to esc key. 2014-03-22 17:49:30 -04:00
config Remove mod_ssl already loaded message 2014-03-10 15:54:28 -04:00
docs Correct md syntax 2014-02-26 10:51:13 -05:00
requirements Update dev requirements to mention zeromq dependency 2014-02-18 15:22:49 -05:00
tools/scripts
.bowerrc
.coveragerc
.gitignore Create package.json during build target 2014-02-26 08:39:41 -05:00
.jshintrc
bower.json Incorporated latest angular-scheduler changes. Starting to add 'detail' schedule view to the inventory group edit dialog, allowing user to see occurrences and natural language description of a given schedule object. 2014-03-17 09:46:51 -04:00
COPYING
fix_virtualenv_setuptools.py
Gruntfile.js
Makefile Add a new mechanism for automagically creating a tmux session, splitting it into panes, and starting each Tower needed tower service... This is so you don't have to start each one manually 2014-03-19 13:51:55 -04:00
manage.py
MANIFEST.in
README.md Doc updates and add release_process.md 2014-02-26 10:48:34 -05:00
setup.py Support httpd 2.2 and 2.4 config formats 2014-03-10 15:47:10 -04:00
tox.ini

Ansible Tower

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

The current version under development is 1.4.8, 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.

1.4.0 was released on November 25, 2013.

1.4.5 was released on February 10, 2014.

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 Tower.

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

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

Refer to docs/release_process.md for information on the steps involved in creating a release.