You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
310 B

  1. ---
  2. - name: create docker service directory for systemd
  3. file: path=/etc/systemd/system/docker.service.d state=directory
  4. - name: drop docker environment conf to enable proxy usage
  5. template:
  6. src: http-proxy.conf.j2
  7. dest: /etc/systemd/system/docker.service.d/http-proxy.conf
  8. notify: restart docker