mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
18 lines
429 B
YAML
18 lines
429 B
YAML
# These three are required
|
|
# name: ...
|
|
# cert_name: ""
|
|
|
|
---
|
|
use_h2: true
|
|
server_aliases: []
|
|
server_admin: webmaster@fedoraproject.org
|
|
certbot: false
|
|
ssl: true
|
|
sslonly: false
|
|
SSLCertificateChainFile: wildcard-2024.fedoraproject.org.intermediate.cert
|
|
gzip: false
|
|
stssubdomains: true
|
|
# set to true to enable the proxy to redirect the http01 challenge
|
|
# to certgetter, set to false to disable (for migration)
|
|
enable_certgetter: true
|