summaryrefslogtreecommitdiffstats
path: root/tools/cicdansible/roles/configure_instances/tasks/cicd_registry.yml
blob: f3c54ca3c0629ff58734e4966046549d5b280e0e (plain)
1
2
3
4
5
6
7
8
9
10
#Configure access to cicd docker registry.
- name: "Ensure that docker config directory exists"
  file:
    path: /etc/docker
    mode: 0700
    state: directory
- name: "Allow insecure access to cicd docker registry"
  template:
    src: daemon.json.j2
    dest: /etc/docker/daemon.json