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:
Jeremy Stanley 2020-02-07 15:34:06 +00:00
parent 2513a1b519
commit 69d0b85775
2 changed files with 5 additions and 0 deletions

View File

@ -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:

View File

@ -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