Infra: csit-sut temporary build
[csit.git] / resources / tools / testbed-setup / ansible / roles / docker / defaults / main.yaml
index e665860..8343558 100644 (file)
@@ -35,10 +35,4 @@ docker_daemon_environment_http:
   - "NO_PROXY={{ proxy_env.no_proxy }}"
 docker_daemon_environment_https:
   - "HTTPS_PROXY={{ proxy_env.https_proxy }}"
-  - "NO_PROXY={{ proxy_env.no_proxy }}"
-
-docker_daemon:
-  # https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file
-  dns: [ "172.17.0.1" ]
-  dns-opts: []
-  dns-search: [ "{{ansible_hostname}}" ]
\ No newline at end of file
+  - "NO_PROXY={{ proxy_env.no_proxy }}"
\ No newline at end of file