Files
fedora-infra_ansible/roles/httpd/website/defaults/main.yml
2024-11-28 17:31:45 +10:00

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