copy ssl intermediate cert to qadevel when defined

This commit is contained in:
Tim Flink 2015-07-23 00:42:00 +00:00
parent e457a5dc90
commit 01b9efb375

View file

@ -132,6 +132,16 @@
group: root
mode: 0600
- name: Install the SSL intermediate cert
copy:
src: "{{ private}}/files/httpd/{{ sslintermediatecertfile }}"
dest: /etc/pki/tls/private/{{ sslintermediatecertfile }}
owner: root
group: root
mode: 0600
when: sslintermediatecertfile
- name: copy phabricator httpd config
template: src=phabricator.conf.j2 dest=/etc/httpd/conf.d/phabricator.conf owner=root group=root mode=0644
notify: