set cert_name here so non ssl sites do not complain about it in template

This commit is contained in:
Kevin Fenzi 2016-05-26 15:57:58 +00:00
parent c0c992ede7
commit 7f7c38c178

View file

@ -88,6 +88,10 @@ max_cpu: "{{ num_cpus * 5 }}"
# the staging group and is used in the proxies.yml playbook.
wildcard_cert_name: wildcard-2014.fedoraproject.org
# We define this here so non ssl sites can still use the same template as ssl sites
# without ansible getting mad that cert_name isn't defined (even though it doesn't use it)
cert_name: undefined
# By default, nodes get no fedmsg certs. They need to declare them explicitly.
fedmsg_certs: []