36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
- name: Set up those proxy certificates. Good gravy..
|
|
hosts: proxies-stg:proxy03.fedoraproject.org:proxy04.fedoraproject.org
|
|
user: root
|
|
gather_facts: True
|
|
|
|
vars_files:
|
|
- /srv/web/infra/ansible/vars/global.yml
|
|
- "/srv/private/ansible/vars.yml"
|
|
- /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
|
|
|
|
- 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
|