Add a sub-role for the bugz.fp.o redirect.

This commit is contained in:
Ralph Bean 2014-12-12 19:55:09 +00:00
parent 0a6f7e6f84
commit eef051733f
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,5 @@
RewriteEngine On
RewriteMap lowercase int:tolower
RewriteRule ^/(.+) https://apps.fedoraproject.org/packages/$1/bugs/all [R,L]
RewriteRule ^/$ https://bugzilla.redhat.com/ [R,L]

View file

@ -0,0 +1,8 @@
- copy: >
src=bugz.conf dest=/etc/httpd/conf.d/{{website}}/bugz.conf
owner=root group=root mode=0644
notify:
- restart httpd
tags:
- packages
- packages/proxy