summaryrefslogtreecommitdiffstats
path: root/docker.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker.yml')
-rw-r--r--docker.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker.yml b/docker.yml
new file mode 100644
index 0000000..ea91aed
--- /dev/null
+++ b/docker.yml
@@ -0,0 +1,6 @@
+- name: Docker
+ hosts: all
+ remote_user: root
+ roles:
+ - role: docker
+