Files
fedora-infra_ansible/roles/haproxy/rewrite/tasks/main.yml
Ralph Bean ad56c68d80 Typofix.
2014-12-12 20:06:11 +00:00

7 lines
145 B
YAML

- template: src=rewrite.conf dest=/etc/httpd/conf.d/{{website}}/haproxy.conf
notify:
- restart httpd
tags:
- haproxy
- haproxy/rewrite