不启用docker的iptables rules

This commit is contained in:
fumingwei
2021-05-20 11:06:45 +08:00
parent 1d1c9eb068
commit f056e3b21e
3 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1 @@
{"iptables":false,"bridge": "none"}

View File

@@ -0,0 +1,4 @@
- name: "docker: copy daemon.json to target"
copy:
src: '{{ role_path }}/files/daemon.json'
dest: /etc/docker/

View File

@@ -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}