You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/delegate_to/inventory

18 lines
403 B
Plaintext

[local]
testhost ansible_connection=local
testhost2 ansible_connection=local
testhost3 ansible_ssh_host=127.0.0.3
testhost4 ansible_ssh_host=127.0.0.4
testhost5 ansible_connection=fakelocal
[all:vars]
ansible_python_interpreter="{{ ansible_playbook_python }}"
[delegated_vars]
testhost6 myhost=127.0.0.3
testhost7 myhost=127.0.0.4
[delegated_vars:vars]
ansible_host={{myhost}}
ansible_connection=ssh