1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 00:55:06 +03:00
awx/awxkit
Jeff Bradberry b57ae592ed Expand the dependencies of the Schedule page type
Really these could get any of the unified job template types, not just
system job templates, so importing e.g. a project with a schedule was
doing them in the wrong order.

Also, bump the timeout of the project update and make sure that we
stash it in the page cache even if it doesn't finish in 5 minutes.
2022-10-28 12:56:35 -04:00
..
awxkit Expand the dependencies of the Schedule page type 2022-10-28 12:56:35 -04:00
test add credential file support 2021-09-12 17:58:49 +02:00
.gitignore import awxkit 2019-08-08 22:12:31 -04:00
MANIFEST.in make awxkit have the same version as the AWX package 2019-08-12 09:42:04 -04:00
README.md add link to awxkit docs 2019-09-23 15:38:51 -04:00
requirements.txt Keep awxkit's requirements on the setup.py 2020-04-29 14:47:21 -04:00
setup.py Make setup.py compatible with older pythons 2021-10-05 19:11:03 -04:00
tox.ini Deal with breaking tests for 3.1 2022-03-07 18:11:36 -05:00

awxkit

Python library that backs the provided awx command line client.

For more information on installing the CLI and building the docs on how to use it, look here.