another place trying to install now non existant certs for registery
This commit is contained in:
parent
017bc585d7
commit
eb9f47f49d
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