1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-28 02:25:27 +03:00
Go to file
Matthew Jones 4ff732bc5e Merge branch 'release_3.1.2' into stable
* release_3.1.2: (149 commits)
  updating changelog for 3.1.2
  Add back SRC_ONLY_PKGS
  Fix ubuntu 14 restart service list pt 2
  Make sure the insight playbook fetch doesn't quote user and pass
  Add requirements/vendor to gitignore
  Conditionally install from local python dependencies in spec file
  Remove requirements/vendor on make clean.
  Update brew-srpm target to generate local requirements files
  Get offline pip installs working
  Add clean-dist target
  Navigate back to the jobDetails state when the user clicks outside the host event modal.
  Don't use jinja quote filter on insights username or password
  fix legacy standard out
  Fixed permissions typo
  add test, restore old behavior in api test
  create _survey_element_validation and use it for updating extra_vars
  Do not set the default if the field was not passed in to kwargs_extra_vars
  Remove log aggregator port required mark.
  Modify according to review feedback.
  Host Event json should be read-only
  ...
2017-03-30 22:43:54 -04:00
awx Make sure the insight playbook fetch doesn't quote user and pass 2017-03-29 16:42:15 -04:00
config Implement alternate ports for nginx 2017-01-23 14:34:15 -05:00
docs update asgi_amqp version 2017-02-28 14:03:52 -05:00
requirements Get offline pip installs working 2017-03-29 14:30:58 -04:00
tools Get offline pip installs working 2017-03-29 14:30:58 -04:00
.coveragerc
.dockerignore Use tower_devel as base image for unit tests 2016-11-11 15:47:17 -05:00
.dput.cf
.env
.gitignore Add requirements/vendor to gitignore 2017-03-29 14:30:58 -04:00
.mini-dinstall.cf
.pylintrc
.travis.yml
API_STANDARDS.md
COPYING Clean up assorted license wordings. 2016-12-20 15:34:29 -05:00
ISSUE_TEMPLATE.md
Makefile Add back SRC_ONLY_PKGS 2017-03-30 13:08:48 -04:00
manage.py
MANIFEST.in Add event handler to manifest 2016-11-02 14:16:27 -04:00
nodemon.json
Procfile put nginx into honcho flow 2016-10-18 14:19:18 -04:00
pytest.ini
README.md Revert "Read the branch name" 2016-11-11 16:01:45 -05:00
setup.cfg Resume flake8 E302. 2016-11-15 17:31:21 -05:00
setup.py Create a setup subpackage 2017-03-23 16:46:25 -04:00
tox.ini add tests for our custom ansible callback plugin 2017-03-14 12:56:40 -04:00

Build Status Requirements Status

Ansible Tower

Tower provides a web-based user interface, REST API and task engine built on top of Ansible.

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.

Refer to http://docs.ansible.com/ansible-tower/index.html for information on installing/upgrading, setup, troubleshooting, and much more.