Merge "Get an LE cert for tarballs.opendev.org"
This commit is contained in:
commit
3e148d0219
@ -55,6 +55,7 @@ groups:
|
||||
letsencrypt:
|
||||
- graphite01.opendev.org
|
||||
- mirror[0-9]*.opendev.org
|
||||
- files[0-9]*.open*.org
|
||||
logstash:
|
||||
- logstash[0-9]*.open*.org
|
||||
logstash-worker:
|
||||
|
3
playbooks/group_vars/files.yaml
Normal file
3
playbooks/group_vars/files.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
letsencrypt_certs:
|
||||
tarballs-main:
|
||||
- tarballs.opendev.org
|
@ -18,6 +18,9 @@
|
||||
- name: letsencrypt updated mirror01-dfw-rax-main
|
||||
import_tasks: restart_apache.yaml
|
||||
|
||||
- name: letsencrypt updated tarballs-main
|
||||
import_tasks: restart_apache.yaml
|
||||
|
||||
# Gate testing hosts:
|
||||
- name: letsencrypt updated letsencrypt01-main-service
|
||||
import_tasks: touch_file.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user