add include vars to taskotron hardware
This commit is contained in:
parent
73325042d6
commit
bd7047ad0f
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||||
|
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
|
|
|
@ -24,6 +24,7 @@ Listen 443
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteCond %{SERVER_PORT} !^443$
|
RewriteCond %{SERVER_PORT} !^443$
|
||||||
RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [L,R]
|
RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [L,R]
|
||||||
|
RewriteRule ^/\.well-known/(.*) "http://fedoraproject.org/\.well-known/$1" [L,R=301,NE]
|
||||||
|
|
||||||
# robots location
|
# robots location
|
||||||
Alias /robots.txt /srv/web/robots.txt.infinote
|
Alias /robots.txt /srv/web/robots.txt.infinote
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue