Add hostvars for new Vexxhost mirrors
Because we have different Let's Encrypt certs for each mirror server, we need individual hostvars for those. Include them so that the infra-prod-letsencrypt deploy works correctly again. Also insert the associated Apache handlers for completeness. Change-Id: I57712c1c528b9750c12efdd296cebf6fdb9a331f
This commit is contained in:
parent
7caf61dc52
commit
9ab9e7dc01
@ -0,0 +1,4 @@
|
||||
letsencrypt_certs:
|
||||
mirror02-ca-ymq-1-vexxhost-main:
|
||||
- mirror02.ca-ymq-1.vexxhost.opendev.org
|
||||
- mirror.ca-ymq-1.vexxhost.opendev.org
|
@ -0,0 +1,4 @@
|
||||
letsencrypt_certs:
|
||||
mirror02-sjc1-vexxhost-main:
|
||||
- mirror02.sjc1.vexxhost.opendev.org
|
||||
- mirror.sjc1.vexxhost.opendev.org
|
@ -206,9 +206,15 @@
|
||||
- name: letsencrypt updated mirror01-sjc1-vexxhost-main
|
||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||
|
||||
- name: letsencrypt updated mirror02-sjc1-vexxhost-main
|
||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||
|
||||
- name: letsencrypt updated mirror01-ca-ymq-1-vexxhost-main
|
||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||
|
||||
- name: letsencrypt updated mirror02-ca-ymq-1-vexxhost-main
|
||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||
|
||||
- name: letsencrypt updated mirror01-regionone-osuosl-main
|
||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user