diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 0d2da59717..e8c41dc850 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -744,7 +744,8 @@ - role: httpd/website site_name: lists.fedorahosted.org - server_aliases: [lists.stg.fedorahosted.org] + server_aliases: + - lists.stg.fedorahosted.org sslonly: true certbot: true tags: fedorahosted @@ -1007,7 +1008,11 @@ - role: httpd/website site_name: fedorahosted.org sslonly: true - server_aliases: [git.fedorahosted.org bzr.fedorahosted.org hg.fedorahosted.org svn.fedorahosted.org] + server_aliases: + - git.fedorahosted.org + - bzr.fedorahosted.org + - hg.fedorahosted.org + - svn.fedorahosted.org certbot: true tags: fedorahosted