Set up LE certs for docs.airshipit.org static site
Start installing Let's Encrypt SSL certs on static01 for a new docs.airshipit.org it will be hosting. Change-Id: Ia5089515cd02d78267827840521cbee4f71ceb0b
This commit is contained in:
parent
2513a1b519
commit
69d0b85775
@ -5,6 +5,8 @@ letsencrypt_certs:
|
||||
- static01.opendev.org
|
||||
- files.openstack.org
|
||||
- static.openstack.org
|
||||
static01-docs-airshipit-org:
|
||||
- docs.airshipit.org
|
||||
static01-ci-openstack-org:
|
||||
- ci.openstack.org
|
||||
static01-cinder-openstack-org:
|
||||
|
@ -38,6 +38,9 @@
|
||||
- name: letsencrypt updated static01-opendev-org-main
|
||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||
|
||||
- name: letsencrypt updated static01-docs-airshipit-org
|
||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||
|
||||
- name: letsencrypt updated static01-ci-openstack-org
|
||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user