blob: 6f030d47b50c58c577e9756231dc93171771e940 (
plain)
1
2
3
4
5
6
7
8
9
|
---
- hosts: all
become: yes
roles:
- { role: ./,
docker_opts: "-H tcp://127.0.0.1:4243 -H unix:///var/run/docker.sock --dns 8.8.8.8 --dns 8.8.4.4"
}
#- include: integration-tests.yml
|