more tweaks to the qa-prod static site virthost config

This commit is contained in:
Tim Flink 2017-01-06 19:19:21 +00:00
parent 8083b80656
commit 1fe7761219

View file

@ -19,6 +19,7 @@ sslonly: false
#sshd_port: 222
sshd_port: 22
external_hostname: qa.fedoraproject.org
vpn_hostname: qa-prod01.vpn.fedoraproject.org
deployment_type: qa-prod
tcp_ports: [ 80, "{{ buildslave_port }}", 222]
@ -96,10 +97,10 @@ host_backup_targets: ['/var/lib/phabricator/files', '/var/lib/phabricator/repos'
################################################################################
static_sites:
- name: "{{ inventory_hostname }}"
- name: "{{ vpn_hostname }}"
document_root: /srv/content
external_name: "{{ external_hostname }}"
- name: "docs.{{ inventory_hostname }}"
- name: "docs.{{ vpn_hostname }}"
document_root: /srv/content/docs
external_name: "docs.{{ external_hostname }}"