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