diff --git a/playbooks/groups/taskotron-client-hosts.yml b/playbooks/groups/taskotron-client-hosts.yml index 45136937a2..62927bc91e 100644 --- a/playbooks/groups/taskotron-client-hosts.yml +++ b/playbooks/groups/taskotron-client-hosts.yml @@ -16,6 +16,7 @@ pre_tasks: - import_tasks: "{{ tasks_path }}/yumrepos.yml" + - include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README roles: - base diff --git a/roles/infinote/templates/infinote.fedoraproject.org.conf b/roles/infinote/templates/infinote.fedoraproject.org.conf index c09cd3016d..62ddb85d54 100644 --- a/roles/infinote/templates/infinote.fedoraproject.org.conf +++ b/roles/infinote/templates/infinote.fedoraproject.org.conf @@ -24,6 +24,7 @@ Listen 443 RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [L,R] + RewriteRule ^/\.well-known/(.*) "http://fedoraproject.org/\.well-known/$1" [L,R=301,NE] # robots location Alias /robots.txt /srv/web/robots.txt.infinote