2014-12-08 14:51:28 +00:00
|
|
|
- name: Set up those proxy certificates. Good gravy..
|
2019-05-20 18:14:08 +00:00
|
|
|
hosts: proxies_stg:proxies
|
2014-12-08 14:51:28 +00:00
|
|
|
user: root
|
|
|
|
gather_facts: True
|
|
|
|
|
|
|
|
vars_files:
|
|
|
|
- /srv/web/infra/ansible/vars/global.yml
|
2015-01-09 22:59:18 +00:00
|
|
|
- "/srv/private/ansible/vars.yml"
|
2014-12-08 14:51:28 +00:00
|
|
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
|
|
|
|
|
|
|
handlers:
|
2017-10-16 21:58:36 +00:00
|
|
|
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
2014-12-08 14:51:28 +00:00
|
|
|
|
|
|
|
roles:
|
|
|
|
|
|
|
|
- role: httpd/mod_ssl
|
2016-08-08 19:36:31 +00:00
|
|
|
|
2014-12-08 14:51:28 +00:00
|
|
|
- role: httpd/certificate
|
2023-01-11 08:48:15 -08:00
|
|
|
certname: wildcard-2023.fedoraproject.org
|
|
|
|
SSLCertificateChainFile: wildcard-2023.fedoraproject.org.intermediate.cert
|
2014-12-08 14:51:28 +00:00
|
|
|
|
2022-02-21 10:19:17 -08:00
|
|
|
- role: httpd/certificate
|
2023-01-11 08:48:15 -08:00
|
|
|
certname: wildcard-2023.fedoraproject.org
|
|
|
|
SSLCertificateChainFile: wildcard-2023.fedoraproject.org.intermediate.cert
|
2023-01-11 08:57:04 -08:00
|
|
|
|
2014-12-08 14:51:28 +00:00
|
|
|
- role: httpd/certificate
|
2024-01-29 18:42:22 -08:00
|
|
|
certname: wildcard-2024.id.fedoraproject.org
|
|
|
|
SSLCertificateChainFile: wildcard-2024.id.fedoraproject.org.intermediate.cert
|
2014-12-08 14:51:28 +00:00
|
|
|
|
|
|
|
- role: httpd/certificate
|
2024-02-02 11:15:25 -08:00
|
|
|
certname: wildcard-2024.stg.fedoraproject.org
|
|
|
|
SSLCertificateChainFile: wildcard-2024.stg.fedoraproject.org.intermediate.cert
|
2017-06-12 19:05:55 +00:00
|
|
|
when: env == "staging"
|
|
|
|
|
2022-03-01 14:21:08 -08:00
|
|
|
- role: httpd/certificate
|
2024-02-02 11:15:25 -08:00
|
|
|
certname: wildcard-2024.stg.fedoraproject.org
|
|
|
|
SSLCertificateChainFile: wildcard-2024.stg.fedoraproject.org.intermediate.cert
|
2022-03-01 14:21:08 -08:00
|
|
|
when: env == "staging"
|
|
|
|
|
2021-08-04 19:46:15 -07:00
|
|
|
- role: httpd/certificate
|
2023-01-08 18:26:33 -08:00
|
|
|
certname: wildcard-2023.apps.ocp.stg.fedoraproject.org
|
|
|
|
SSLCertificateChainFile: wildcard-2023.apps.ocp.stg.fedoraproject.org.intermediate.cert
|
2021-08-04 19:46:15 -07:00
|
|
|
when: env == "staging"
|
|
|
|
tags:
|
2023-01-11 08:57:04 -08:00
|
|
|
- apps.ocp.stg.fedoraproject.org
|
2021-08-04 19:46:15 -07:00
|
|
|
|
2021-08-30 13:12:45 +09:00
|
|
|
- role: httpd/certificate
|
2024-01-15 16:52:04 -08:00
|
|
|
certname: wildcard-2024.apps.ocp.fedoraproject.org
|
|
|
|
SSLCertificateChainFile: wildcard-2024.apps.ocp.fedoraproject.org.intermediate.cert
|
2021-08-30 13:12:45 +09:00
|
|
|
tags:
|
|
|
|
- apps.ocp.fedoraproject.org
|
|
|
|
|
2017-11-25 00:07:42 +00:00
|
|
|
- role: httpd/certificate
|
2018-04-05 20:48:29 +00:00
|
|
|
certname: getfedora.org
|
2014-12-08 14:51:28 +00:00
|
|
|
SSLCertificateChainFile: getfedora.org.intermediate.cert
|
2021-12-10 11:43:15 -08:00
|
|
|
tags:
|
|
|
|
- getfedora.org
|
2016-01-21 21:38:23 +00:00
|
|
|
|
2016-02-02 14:04:04 +00:00
|
|
|
- role: httpd/certificate
|
2018-04-05 20:48:29 +00:00
|
|
|
certname: qa.stg.fedoraproject.org
|
2016-02-12 07:46:06 +00:00
|
|
|
SSLCertificateChainFile: qa.stg.fedoraproject.org.intermediate.cert
|
2016-02-14 16:46:43 +00:00
|
|
|
when: env == "staging"
|
2016-04-14 03:08:10 +00:00
|
|
|
|
|
|
|
- role: httpd/certificate
|
2018-04-05 20:48:29 +00:00
|
|
|
certname: qa.fedoraproject.org
|
2016-04-14 03:08:10 +00:00
|
|
|
SSLCertificateChainFile: qa.fedoraproject.org.intermediate.cert
|
2016-12-14 23:57:52 +00:00
|
|
|
|
2020-02-05 15:48:06 +00:00
|
|
|
# - role: httpd/certificate
|
|
|
|
# certname: secondary.koji.fedoraproject.org.letsencrypt
|
|
|
|
# SSLCertificateChainFile: secondary.koji.fedoraproject.org.letsencrypt.intermediate.crt
|
2017-10-12 22:19:23 +00:00
|
|
|
|