mirror of
https://github.com/ansible/awx.git
synced 2026-05-02 23:25:29 -02:30
Allow use of credential password prompting with split JTs
also *update test to work with new JT callback call pattern *fix spelling in template
This commit is contained in:
@@ -26,7 +26,7 @@ string of `?all=1` to return all hosts, including disabled ones.
|
||||
Specify a query string of `?towervars=1` to add variables
|
||||
to the hostvars of each host that specifies its enabled state and database ID.
|
||||
|
||||
Specify a query string of `?subset=shard2of5` to product an inventory that
|
||||
Specify a query string of `?subset=shard2of5` to produce an inventory that
|
||||
has a restricted number of hosts according to the rules of job splitting.
|
||||
|
||||
To apply multiple query strings, join them with the `&` character, like `?hostvars=1&all=1`.
|
||||
|
||||
Reference in New Issue
Block a user