haproxy/tasks/map.yaml

9 lines
195 B
YAML
Raw Normal View History

2023-02-07 22:36:25 +00:00
---
- name: Write maps for HAProxy
copy:
dest: "{{ haproxy_path }}/{{ item.key }}"
content: "{{ item.value }}"
loop: "{{ haproxy_map | dict2items }}"
notify:
- Reload HAProxy