mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Initial commit
This commit is contained in:
2
tests/integration/targets/connection_chroot/aliases
Normal file
2
tests/integration/targets/connection_chroot/aliases
Normal file
@@ -0,0 +1,2 @@
|
||||
needs/root
|
||||
shippable/posix/group3
|
||||
1
tests/integration/targets/connection_chroot/runme.sh
Symbolic link
1
tests/integration/targets/connection_chroot/runme.sh
Symbolic link
@@ -0,0 +1 @@
|
||||
../connection_posix/test.sh
|
||||
@@ -0,0 +1,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 }}"
|
||||
Reference in New Issue
Block a user