registry.fp.o is still using certs so we need this role to install them

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-07-31 18:53:19 +02:00
parent c4eb3aba32
commit 78853fbb5a

View file

@ -8,22 +8,22 @@
with_items: with_items:
- skopeo - skopeo
#- name: ensure cert dir exists - name: ensure cert dir exists
# file: file:
# path: "{{cert_dest_dir}}" path: "{{cert_dest_dir}}"
# state: directory state: directory
#
#- name: install docker client cert for registry - name: install docker client cert for registry
# copy: copy:
# src: "{{cert_src}}" src: "{{cert_src}}"
# dest: "{{cert_dest_dir}}/client.cert" dest: "{{cert_dest_dir}}/client.cert"
# owner: root owner: root
# group: "{{ certs_group }}" group: "{{ certs_group }}"
# mode: 0640 mode: 0640
#
#- name: install docker client key for registry - name: install docker client key for registry
# copy: copy:
# src: "{{key_src}}" src: "{{key_src}}"
# dest: "{{cert_dest_dir}}/client.key" dest: "{{cert_dest_dir}}/client.key"
# group: "{{ certs_group }}" group: "{{ certs_group }}"
# mode: 0640 mode: 0640