add include vars to taskotron hardware

This commit is contained in:
Kevin Fenzi 2018-11-11 19:34:45 +00:00
parent 73325042d6
commit bd7047ad0f
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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