Provision LE cert for translate.openstack.org
This provisions the cert then when we are happy with the results we can land the child change to swap the cert over in apache. Change-Id: Id8e66102cf26a3b9819d4638b7589f44f6400634
This commit is contained in:
parent
a36b76bb51
commit
06d021e6e6
@ -99,6 +99,7 @@ groups:
|
|||||||
- review-test.opendev.org
|
- review-test.opendev.org
|
||||||
- static[0-9]*.opendev.org
|
- static[0-9]*.opendev.org
|
||||||
- storyboard[0-9]*.opendev.org
|
- storyboard[0-9]*.opendev.org
|
||||||
|
- translate[0-9]*.open*.org
|
||||||
- zuul[0-9]*.opendev.org
|
- zuul[0-9]*.opendev.org
|
||||||
- refstack[0-9]*.openstack.org
|
- refstack[0-9]*.openstack.org
|
||||||
logstash:
|
logstash:
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
letsencrypt_certs:
|
||||||
|
translate01-openstack-org-main:
|
||||||
|
- translate.openstack.org
|
@ -237,6 +237,9 @@
|
|||||||
- name: letsencrypt updated storyboard01-opendev-org-main
|
- name: letsencrypt updated storyboard01-opendev-org-main
|
||||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||||
|
|
||||||
|
- name: letsencrypt updated translate01-openstack-org-main
|
||||||
|
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||||
|
|
||||||
# We split out handlers for each gitea host as handlers should be run in order
|
# We split out handlers for each gitea host as handlers should be run in order
|
||||||
# This allows us to do a rolling restart of the gitea backends.
|
# This allows us to do a rolling restart of the gitea backends.
|
||||||
- name: letsencrypt updated gitea01-main
|
- name: letsencrypt updated gitea01-main
|
||||||
|
Loading…
Reference in New Issue
Block a user