aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/docker/templates/daemon.json.j2
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/docker/templates/daemon.json.j2')
-rw-r--r--ansible/roles/docker/templates/daemon.json.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/roles/docker/templates/daemon.json.j2 b/ansible/roles/docker/templates/daemon.json.j2
new file mode 100644
index 000000000..57bdc9f63
--- /dev/null
+++ b/ansible/roles/docker/templates/daemon.json.j2
@@ -0,0 +1 @@
+{{ docker_daemon_config | to_nice_json }}