mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-23 18:10:17 +08:00
7 lines
144 B
YAML
7 lines
144 B
YAML
- template: src=rewrite.conf dest=/etc/httpd/conf.d/{{website}}/haproxy.conf
|
|
notify:
|
|
- reload httpd
|
|
tags:
|
|
- haproxy
|
|
- haproxy/rewrite
|