github.com/jlmeeker/kismatic@v1.10.1-0.20180612190640-57f9005a1f1a/ansible/roles/docker-proxy/tasks/main.yaml (about)

     1  ---
     2    - name: create {{ docker_system_d }} directory
     3      file:
     4        path: "{{ docker_system_d }}"
     5        state: directory
     6    - name: write docker http-proxy file
     7      template:
     8        src: http-proxy.conf
     9        dest: "{{ docker_system_d }}/http-proxy.conf"