summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/connection_ssh/test_connection.inventory
blob: a1a4ff1e4929368c93f19d3a7c1845f6efc07839 (plain)
1
2
3
4
5
6
7
[ssh]
ssh-pipelining    ansible_ssh_pipelining=true
ssh-no-pipelining ansible_ssh_pipelining=false
[ssh:vars]
ansible_host=localhost
ansible_connection=ssh
ansible_python_interpreter="{{ ansible_playbook_python }}"