2016-10-12 23:57:53 +02:00
|
|
|
[chroot]
|
|
|
|
chroot-pipelining ansible_ssh_pipelining=true
|
|
|
|
chroot-no-pipelining ansible_ssh_pipelining=false
|
|
|
|
[chroot:vars]
|
|
|
|
ansible_host=/
|
|
|
|
ansible_connection=chroot
|
2019-03-12 01:18:39 +01:00
|
|
|
ansible_python_interpreter="{{ ansible_playbook_python }}"
|