more tweaks to the qa-prod static site virthost config
This commit is contained in:
parent
8083b80656
commit
1fe7761219
1 changed files with 3 additions and 2 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue