community.docker/tests/integration/targets/connection_docker/test_connection.inventory
Ansible Core Team a1f472244d Initial commit
2020-10-30 07:05:50 +01:00

7 lines
175 B
Plaintext

[docker]
docker-pipelining ansible_ssh_pipelining=true
docker-no-pipelining ansible_ssh_pipelining=false
[docker:vars]
ansible_host=ubuntu-latest
ansible_connection=docker