forked from infra/ansible
ELNBuildSync: Add hostname entries
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> rh-pre-commit.version: 2.4.0 rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
parent
20687f05ee
commit
b27e90e124
2 changed files with 18 additions and 0 deletions
|
|
@ -976,3 +976,14 @@
|
|||
#ocp4_rdu3: true
|
||||
tags:
|
||||
- forge
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: elnbuildsync.fedoraproject.org
|
||||
destname: elnbuildsync
|
||||
balancer_name: app-os
|
||||
balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, ocp_nodes) }}"
|
||||
targettype: openshift
|
||||
ocp4: true
|
||||
keephost: true
|
||||
tags: elnbuildsync
|
||||
header_scheme: true
|
||||
|
|
|
|||
|
|
@ -1320,3 +1320,10 @@
|
|||
tags:
|
||||
- forge
|
||||
anubis: true
|
||||
|
||||
- role: httpd/website
|
||||
site_name: elnbuildsync.fedoraproject.org
|
||||
sslonly: true
|
||||
server_aliases: [elnbuildsync.stg.fedoraproject.org]
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
tags: elnbuildsync
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue