docker-distribution: Change secret to role parameter
This commit is contained in:
parent
951711bf07
commit
5bfe966f49
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ auth:
|
|||
http:
|
||||
addr: :5000
|
||||
{% if docker_distribution_secret is defined %}
|
||||
secret: {{ docker_distribution_secret }}
|
||||
secret: {{ secret }}
|
||||
{% endif %}
|
||||
tls:
|
||||
certificate: {{ tls_certs }}/{{ inventory_hostname }}.crt
|
||||
|
|
Loading…
Add table
Reference in a new issue