mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
haproxy
This commit is contained in:
@@ -69,7 +69,7 @@ services:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if control_plane_node_count|int > 1 %}
|
{% if control_plane_node_count|int > 1 %}
|
||||||
haproxy:
|
haproxy:
|
||||||
image: haproxy:2.3
|
image: haproxy
|
||||||
user: "{{ ansible_user_uid }}"
|
user: "{{ ansible_user_uid }}"
|
||||||
volumes:
|
volumes:
|
||||||
- "./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:Z"
|
- "./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user