ansible/playbooks/include/proxies-certificates.yml

78 lines
2.5 KiB
YAML
Raw Normal View History

2014-12-08 14:51:28 +00:00
- name: Set up those proxy certificates. Good gravy..
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
- "/srv/private/ansible/vars.yml"
2014-12-08 14:51:28 +00:00
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- 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
certname: wildcard-2017.fedoraproject.org
SSLCertificateChainFile: wildcard-2017.fedoraproject.org.intermediate.cert
2014-12-08 14:51:28 +00:00
2016-05-18 20:17:43 +00:00
- role: httpd/certificate
certname: wildcard-2017.fedorahosted.org
2017-02-02 21:59:26 +00:00
SSLCertificateChainFile: wildcard-2017.fedorahosted.org.intermediate.cert
2016-05-18 20:17:43 +00:00
2014-12-08 14:51:28 +00:00
- role: httpd/certificate
certname: wildcard-2017.id.fedoraproject.org
SSLCertificateChainFile: wildcard-2017.id.fedoraproject.org.intermediate.cert
2014-12-08 14:51:28 +00:00
- role: httpd/certificate
certname: wildcard-2017.stg.fedoraproject.org
SSLCertificateChainFile: wildcard-2017.stg.fedoraproject.org.intermediate.cert
2017-06-12 19:05:55 +00:00
when: env == "staging"
- role: httpd/certificate
certname: wildcard-2017.app.os.stg.fedoraproject.org
2017-06-12 19:05:55 +00:00
SSLCertificateChainFile: wildcard-2017.app.os.stg.fedoraproject.org.intermediate.cert
when: env == "staging"
tags:
- app.os.fedoraproject.org
2014-12-08 14:51:28 +00:00
- role: httpd/certificate
certname: wildcard-2017.app.os.fedoraproject.org
SSLCertificateChainFile: wildcard-2017.app.os.fedoraproject.org.intermediate.cert
tags:
- app.os.fedoraproject.org
2014-12-08 14:51:28 +00:00
- role: httpd/certificate
certname: fedoramagazine.org
2014-12-08 14:51:28 +00:00
SSLCertificateChainFile: fedoramagazine.org.intermediate.cert
- role: httpd/certificate
certname: getfedora.org
2014-12-08 14:51:28 +00:00
SSLCertificateChainFile: getfedora.org.intermediate.cert
- role: httpd/certificate
certname: flocktofedora.org
SSLCertificateChainFile: flocktofedora.org.intermediate.cert
2016-02-02 14:04:04 +00:00
- role: httpd/certificate
certname: qa.stg.fedoraproject.org
SSLCertificateChainFile: qa.stg.fedoraproject.org.intermediate.cert
when: env == "staging"
- role: httpd/certificate
certname: qa.fedoraproject.org
SSLCertificateChainFile: qa.fedoraproject.org.intermediate.cert
- role: httpd/certificate
certname: secondary.koji.fedoraproject.org.letsencrypt
SSLCertificateChainFile: secondary.koji.fedoraproject.org.letsencrypt.intermediate.crt
2017-11-16 02:00:19 +00:00
- role: httpd/certificate
certname: fedoracommunity.org
2017-11-16 04:23:07 +00:00
SSLCertificateChainFile: fedoracommunity.org.intermediate.cert
2017-11-16 02:00:19 +00:00
tags:
- fedoracommunity.org