diff --git a/tsg-9140-scripts/roles/docker/files/daemon.json b/tsg-9140-scripts/roles/docker/files/daemon.json new file mode 100644 index 00000000..c34d29fc --- /dev/null +++ b/tsg-9140-scripts/roles/docker/files/daemon.json @@ -0,0 +1 @@ +{"iptables":false,"bridge": "none"} diff --git a/tsg-9140-scripts/roles/docker/tasks/main.yml b/tsg-9140-scripts/roles/docker/tasks/main.yml new file mode 100644 index 00000000..cb0ef6e3 --- /dev/null +++ b/tsg-9140-scripts/roles/docker/tasks/main.yml @@ -0,0 +1,4 @@ +- name: "docker: copy daemon.json to target" + copy: + src: '{{ role_path }}/files/daemon.json' + dest: /etc/docker/ \ No newline at end of file diff --git a/tsg-9140-scripts/tsg_9140_deploy.yml b/tsg-9140-scripts/tsg_9140_deploy.yml index c557a891..712a34c4 100644 --- a/tsg-9140-scripts/tsg_9140_deploy.yml +++ b/tsg-9140-scripts/tsg_9140_deploy.yml @@ -25,5 +25,6 @@ - {role: tfe, tags: tfe} - {role: telegraf_statistic, tags: telegraf_statistic} - {role: exporter, tags: exporter} + - {role: docker, tags: docker} - {role: tsg-diagnose, tags: tsg-diagnose} - {role: system-init, tags: system-init} \ No newline at end of file