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