1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
Go to file
Ryan Petrello 10945faba1
properly detect ansible-playbook vs ansible runs in bwrap arg building
a recent change (65641c7) made it so that we call
ansible-playbook using its _absolute path_ (i.e.,
/usr/bin/ansible-playbook, /var/lib/venv/xyz/bin/ansible-playbook), so
this logic is no longer correct
2019-01-31 11:06:50 -05:00
.github
awx properly detect ansible-playbook vs ansible runs in bwrap arg building 2019-01-31 11:06:50 -05:00
config
docs Fixed incorrect setting item name for SAML Team Attribute Mapping 2019-01-25 09:24:12 +09:00
installer Omit DATABASE_SSLMODE if not set. 2019-01-22 17:24:44 +01:00
requirements upgrade social-auth-core to v3.0.0 2019-01-21 16:35:47 -05:00
tools Install dependencies for Chromium in unit test image 2019-01-28 15:57:17 -05:00
.coveragerc
.dockerignore
.dput.cf
.editorconfig
.env
.gitignore skip chromium download when building release 2019-01-16 20:48:12 -05:00
.mini-dinstall.cf
.pylintrc
API_STANDARDS.md
CONTRIBUTING.md Clean up after yourselves, people! 2018-11-26 11:31:58 -05:00
DATA_MIGRATION.md tower-cli config: host value needs to be URL 2018-12-13 11:52:56 +01:00
DCO_1_1.md
INSTALL.md
ISSUES.md
LICENSE.md
Makefile use npm ci to install ui dependencies 2019-01-22 11:04:58 -05:00
manage.py
MANIFEST.in
nodemon.json
pytest.ini switch image builds to py3 2019-01-15 13:25:13 -05:00
README.md
setup.cfg fix flake8 2018-10-24 10:11:53 -04:00
setup.py
tox.ini convert py2 -> py3 2019-01-15 14:09:01 -05:00
VERSION AWX 3.0.0 2019-01-22 09:32:39 -05:00

Gated by Zuul

AWX

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is the upstream project for Tower, a commercial derivative of AWX.

To install AWX, please view the Install guide.

To learn more about using AWX, and Tower, view the Tower docs site.

The AWX Project Frequently Asked Questions can be found here.

The AWX logos and branding assets are covered by our trademark guidelines.

Contributing

  • Refer to the Contributing guide to get started developing, testing, and building AWX.
  • All code submissions are done through pull requests against the devel branch.
  • All contributors must use git commit --signoff for any commit to be merged, and agree that usage of --signoff constitutes agreement with the terms of DCO 1.1
  • Take care to make sure no merge commits are in the submission, and use git rebase vs git merge for this reason.
  • If submitting a large code change, it's a good idea to join the #ansible-awx channel on irc.freenode.net, and talk about what you would like to do or add first. This not only helps everyone know what's going on, it also helps save time and effort, if the community decides some changes are needed.

Reporting Issues

If you're experiencing a problem that you feel is a bug in AWX, or have ideas for how to improve AWX, we encourage you to open an issue, and share your feedback. But before opening a new issue, we ask that you please take a look at our Issues guide.

Code of Conduct

We ask all of our community members and contributors to adhere to the Ansible code of conduct. If you have questions, or need assistance, please reach out to our community team at codeofconduct@ansible.com

Get Involved

We welcome your feedback and ideas. Here's how to reach us with feedback and questions:

  • Join the #ansible-awx channel on irc.freenode.net
  • Join the mailing list

License

Apache v2