mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 17:11:01 +08:00
For osbs and docker, we have internal SSL as well as external
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -298,13 +298,13 @@ listen zanata2fedmsg 0.0.0.0:10046
|
||||
{% if env == "staging" %}
|
||||
listen osbs 0.0.0.0:10047
|
||||
balance hdr(appserver)
|
||||
server osbs-master01 osbs-master01:80 check inter 10s rise 1 fall 2
|
||||
server osbs-master01 osbs-master01:443 check inter 10s rise 1 fall 2 check ssl verify none
|
||||
{% endif %}
|
||||
|
||||
{% if env == "staging" %}
|
||||
listen docker-registry 0.0.0.0:10048
|
||||
balance hdr(appserver)
|
||||
server docker-registry01 docker-registry01:80 check inter 10s rise 1 fall 2
|
||||
server docker-registry01 docker-registry01:443 check inter 10s rise 1 fall 2 check ssl verify none
|
||||
{% endif %}
|
||||
|
||||
{% if env == "staging" %}
|
||||
|
||||
Reference in New Issue
Block a user