ansible/test/integration/targets/delegate_to
Brian Coca 8c2754e6d3
Allow hostvars delegation (#70331) (#70810)
* ensure hostvars are available on delegation
* also inventory_hostname must point to current host and not delegated one
* fix get_connection since it was still mixing original host vars and delegated ones
* also return connection vars for delegation and non delegation alike
* add test to ensure we have expected usage when directly assigning for non delegated host

(cherry picked from commit 84adaba6f5)
2020-07-22 18:29:07 -07:00
..
connection_plugins Allow hostvars delegation (#70331) (#70810) 2020-07-22 18:29:07 -07:00
library fix delegated interpreter discovery (#69604) 2020-05-22 09:31:34 -04:00
roles/test_template/templates
aliases
delegate_and_nolog.yml
delegate_facts_block.yml
delegate_vars_hanldling.yml
discovery_applied.yml fix discovery on loop with delegation (#70013) 2020-06-11 18:04:17 -04:00
has_hostvars.yml Allow hostvars delegation (#70331) (#70810) 2020-07-22 18:29:07 -07:00
inventory Allow hostvars delegation (#70331) (#70810) 2020-07-22 18:29:07 -07:00
inventory_interpreters fix delegated interpreter discovery (#69604) 2020-05-22 09:31:34 -04:00
runme.sh Allow hostvars delegation (#70331) (#70810) 2020-07-22 18:29:07 -07:00
test_delegate_to.yml Allow hostvars delegation (#70331) (#70810) 2020-07-22 18:29:07 -07:00
test_delegate_to_loop_caching.yml
test_delegate_to_loop_randomness.yml
test_loop_control.yml
verify_interpreter.yml fix delegated interpreter discovery (#69604) 2020-05-22 09:31:34 -04:00