From bd7047ad0fe8c0456409235c550ba455511edffe Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 11 Nov 2018 19:34:45 +0000 Subject: [PATCH] add include vars to taskotron hardware --- playbooks/groups/taskotron-client-hosts.yml | 1 + roles/infinote/templates/infinote.fedoraproject.org.conf | 1 + 2 files changed, 2 insertions(+) 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