summaryrefslogtreecommitdiff
path: root/roles/docker.ubuntu/docker.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/docker.ubuntu/docker.yml')
-rw-r--r--roles/docker.ubuntu/docker.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/docker.ubuntu/docker.yml b/roles/docker.ubuntu/docker.yml
new file mode 100644
index 0000000..6f030d4
--- /dev/null
+++ b/roles/docker.ubuntu/docker.yml
@@ -0,0 +1,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