From 7f7c38c178e9e7401f8a6be76c4e9dea24bf336a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 26 May 2016 15:57:58 +0000 Subject: [PATCH] set cert_name here so non ssl sites do not complain about it in template --- inventory/group_vars/all | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inventory/group_vars/all b/inventory/group_vars/all index 07b2aa183b..0e59611317 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -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: []