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:
parent
c4eb3aba32
commit
78853fbb5a
1 changed files with 19 additions and 19 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue