ansible/playbooks/include/proxies-certificates.yml

54 lines
1.6 KiB
YAML
Raw Normal View History

2014-12-08 14:51:28 +00:00
- name: Set up those proxy certificates. Good gravy..
2015-02-21 22:28:28 +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
- "/srv/private/ansible/vars.yml"
2014-12-08 14:51:28 +00:00
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- include: "{{ handlers }}/restart_services.yml"
roles:
- role: httpd/mod_ssl
- role: httpd/certificate
name: wildcard-2014.fedoraproject.org
SSLCertificateChainFile: wildcard-2014.fedoraproject.org.intermediate.cert
2016-05-18 20:17:43 +00:00
- role: httpd/certificate
name: wildcard-2014.fedorahosted.org
SSLCertificateChainFile: wildcard-2014.fedorahosted.org.intermediate.cert
2014-12-08 14:51:28 +00:00
- role: httpd/certificate
name: wildcard-2014.id.fedoraproject.org
SSLCertificateChainFile: wildcard-2014.id.fedoraproject.org.intermediate.cert
- role: httpd/certificate
name: wildcard-2014.stg.fedoraproject.org
SSLCertificateChainFile: wildcard-2014.stg.fedoraproject.org.intermediate.cert
- role: httpd/certificate
name: fedoramagazine.org
SSLCertificateChainFile: fedoramagazine.org.intermediate.cert
- role: httpd/certificate
name: getfedora.org
SSLCertificateChainFile: getfedora.org.intermediate.cert
- role: httpd/certificate
name: flocktofedora.org
SSLCertificateChainFile: flocktofedora.org.intermediate.cert
2016-02-02 14:04:04 +00:00
- role: httpd/certificate
name: qa.stg.fedoraproject.org
SSLCertificateChainFile: qa.stg.fedoraproject.org.intermediate.cert
when: env == "staging"
- role: httpd/certificate
name: qa.fedoraproject.org
SSLCertificateChainFile: qa.fedoraproject.org.intermediate.cert