1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00
awx/awxkit
AlanCoding 5e595caf5e
Add workflow node identifier
Generate new modules WFJT and WFJT node
Touch up generated syntax, test new modules

Add utility method in awxkit

Fix some issues with non-name identifier in
  AWX collection module_utils

Update workflow docs for workflow node identifier

Test and fix WFJT modules survey_spec
Plug in survey spec for the new module
Handle survey spec idempotency and test

add associations for node connections
Handle node credential prompts as well

Add indexes for new identifier field

Test with unicode dragon in name
2020-03-23 22:00:00 -04:00
..
awxkit Add workflow node identifier 2020-03-23 22:00:00 -04:00
test remove python2 support from awxkit 2020-03-19 09:02:39 -04: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 remove python2 support from awxkit 2020-03-19 09:02:39 -04:00
setup.py remove python2 support from awxkit 2020-03-19 09:02:39 -04:00
tox.ini remove python2 support from awxkit 2020-03-19 09:02:39 -04:00
VERSION make awxkit have the same version as the AWX package 2019-08-12 09:42:04 -04: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.