haproxy: syntax and whitespaces

This commit is contained in:
Jérémy Lecour 2020-06-04 11:22:52 +02:00 committed by Gitea
parent 8d8e5f6998
commit a841e60531
1 changed files with 11 additions and 11 deletions

View File

@ -4,8 +4,8 @@
name: ssl-cert
state: present
tags:
- haproxy
- packages
- haproxy
- packages
- include: packages_backports.yml
when: haproxy_backports
@ -15,8 +15,8 @@
name: haproxy
state: present
tags:
- haproxy
- packages
- haproxy
- packages
- name: Copy HAProxy configuration
template:
@ -25,14 +25,14 @@
force: "{{ haproxy_force_config }}"
validate: "haproxy -c -f %s"
with_first_found:
- "templates/haproxy/haproxy.{{ inventory_hostname }}.cfg.j2"
- "templates/haproxy/haproxy.{{ host_group }}.cfg.j2"
- "templates/haproxy/haproxy.default.cfg.j2"
- "haproxy.default.cfg.j2"
- "templates/haproxy/haproxy.{{ inventory_hostname }}.cfg.j2"
- "templates/haproxy/haproxy.{{ host_group }}.cfg.j2"
- "templates/haproxy/haproxy.default.cfg.j2"
- "haproxy.default.cfg.j2"
notify: reload haproxy
when: "{{ haproxy_update_config }}"
when: haproxy_update_config
tags:
- haproxy
- config
- haproxy
- config
- include: munin.yml