ansible/roles/haproxy/rewrite/tasks/main.yml

7 lines
144 B
YAML
Raw Normal View History

2014-12-12 20:06:11 +00:00
- template: src=rewrite.conf dest=/etc/httpd/conf.d/{{website}}/haproxy.conf
2014-12-12 20:04:37 +00:00
notify:
- reload httpd
2014-12-12 20:04:37 +00:00
tags:
- haproxy
- haproxy/rewrite