re-adding empty vars to let templates finish for now
This commit is contained in:
parent
afbfecbbd7
commit
6c556b9c79
1 changed files with 3 additions and 1 deletions
|
@ -20,6 +20,8 @@ external_hostname: qa.stg.fedoraproject.org
|
||||||
# not needed with new setup
|
# not needed with new setup
|
||||||
#sslcertfile: qa-stg.qa.fedoraproject.org.cert
|
#sslcertfile: qa-stg.qa.fedoraproject.org.cert
|
||||||
#sslkeyfile: qa-stg.qa.fedoraproject.org.key
|
#sslkeyfile: qa-stg.qa.fedoraproject.org.key
|
||||||
|
sslcertfile: ''
|
||||||
|
sslkeyfile: ''
|
||||||
sslintermediatecertfile: ''
|
sslintermediatecertfile: ''
|
||||||
|
|
||||||
mariadb_host: localhost
|
mariadb_host: localhost
|
||||||
|
@ -77,7 +79,7 @@ tcp_ports: [ 80, 222, 443, "{{ buildslave_port }}", 3306 ]
|
||||||
# static sites
|
# static sites
|
||||||
static_sites:
|
static_sites:
|
||||||
- name: docs.{{ external_hostname }}
|
- name: docs.{{ external_hostname }}
|
||||||
document_root: /var/www/docs
|
document_root: /srv/content/docs
|
||||||
sslonly: false
|
sslonly: false
|
||||||
|
|
||||||
freezes: false
|
freezes: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue