diff --git a/playbooks/hosts/iddev.fedorainfracloud.org.yml b/playbooks/hosts/iddev.fedorainfracloud.org.yml index 7c2185e595..2e31d130cf 100644 --- a/playbooks/hosts/iddev.fedorainfracloud.org.yml +++ b/playbooks/hosts/iddev.fedorainfracloud.org.yml @@ -22,8 +22,8 @@ - name: set hostname (required by some services, at least postfix need it) hostname: name="{{inventory_hostname}}" - name: Add an apache config to proxy letsencrypt - shell: echo | ' - <VirtualHost *:80> + shell: | + echo '<VirtualHost *:80> ServerName iddev.fedorainfracloud.org ProxyPass "/.well-known/acme-challenge" "http://certgetter01/.well-known/acme-challenge" Redirect permanent / https://iddev.fedorainfracloud.org