Add certificates for IAD/ORD opendev.org mirrors

Change-Id: I509517c7601989cff18e29277f3391a813d5ba99
This commit is contained in:
Ian Wienand 2019-06-12 11:25:50 +10:00
parent 5981df66ea
commit 0041f4f673
3 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,5 @@
ansible_python_interpreter: python3
letsencrypt_certs:
mirror01-iad-rax-main:
- mirror01.iad.rax.opendev.org
- mirror.iad.rax.opendev.org

View File

@ -0,0 +1,5 @@
ansible_python_interpreter: python3
letsencrypt_certs:
mirror01-ord-rax-main:
- mirror01.ord.rax.opendev.org
- mirror.ord.rax.opendev.org

View File

@ -14,11 +14,19 @@
vars:
touch_file: '/tmp/letsencrypt-graphite01-main.stamp'
- name: letsencrypt updated tarballs-main
import_tasks: restart_apache.yaml
# Mirrors
- name: letsencrypt updated mirror01-dfw-rax-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
- name: letsencrypt updated tarballs-main
import_tasks: restart_apache.yaml
- name: letsencrypt updated mirror01-iad-rax-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
- name: letsencrypt updated mirror01-ord-rax-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
# Gate testing hosts:
- name: letsencrypt updated letsencrypt01-main-service