mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
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 }}"
|
Loading…
Add table
Add a link
Reference in a new issue