ansible-haproxy
ansible-haproxy copied to clipboard
add tcp-reponse inside backend template
Hey !
Thanks a lot for that repository 🙏 !
I've a small request if you can add :
{% for tcp_response_content in backend.tcp_response_content | default([]) %}
tcp-response content {{ tcp_response_content.action }}{% if tcp_response_content.cond is defined %} {{ tcp_response_content.cond }}{% endif %}
{% endfor %}
Inside the backend.cfg.j2 templates ?
Thanks a lot for your feedback
I try to make a branch and a PR but it seems I'm not allowed
You need to fork it first :-)