不启用docker的iptables rules
This commit is contained in:
1
tsg-9140-scripts/roles/docker/files/daemon.json
Normal file
1
tsg-9140-scripts/roles/docker/files/daemon.json
Normal file
@@ -0,0 +1 @@
|
||||
{"iptables":false,"bridge": "none"}
|
||||
4
tsg-9140-scripts/roles/docker/tasks/main.yml
Normal file
4
tsg-9140-scripts/roles/docker/tasks/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
- name: "docker: copy daemon.json to target"
|
||||
copy:
|
||||
src: '{{ role_path }}/files/daemon.json'
|
||||
dest: /etc/docker/
|
||||
@@ -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}
|
||||
Reference in New Issue
Block a user