community.general/tests/integration/targets/connection_docker/test_connection.inventory
Ansible Core Team aebc1b03fd Initial commit
2020-03-09 09:11:07 +00:00

6 lines
175 B
Text

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