changing qa-stg to use stg proxies instead of self host

This commit is contained in:
Tim Flink 2016-03-10 22:31:44 +00:00
parent f3adb758c8
commit 9db962050d
4 changed files with 24 additions and 5 deletions

View file

@ -173,6 +173,7 @@
owner: root
group: root
mode: 0600
when: deployment_type == 'qadevel-prod'
- name: Install the SSL key
copy:
@ -181,6 +182,7 @@
owner: root
group: root
mode: 0600
when: deployment_type == 'qadevel-prod'
- name: Install the SSL intermediate cert
copy:
@ -189,7 +191,7 @@
owner: root
group: root
mode: 0600
when: sslintermediatecertfile != ''
when: sslintermediatecertfile != '' and deployment_type == 'qadevel-prod'
- name: copy phabricator httpd config