copy ssl intermediate cert to qadevel when defined
This commit is contained in:
parent
e457a5dc90
commit
01b9efb375
1 changed files with 10 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue