Skip to content
Snippets Groups Projects
Commit 765832c1 authored by root's avatar root
Browse files

fix haproxy configs

parent e4b9629e
No related branches found
No related tags found
No related merge requests found
......@@ -21,11 +21,11 @@
- "9001:9001"
interactive: "yes"
tags:
- start-docker-containers_cluster
- start-docker-containers_standalone
- name: Destroy haproxy container
docker_container:
name: "{{ haproxy_name }}"
state: absent
tags:
- stop-docker-containers_cluster
- stop-docker-containers_standalone
......@@ -54,7 +54,7 @@ defaults
maxconn 3000
listen stats
bind 0.0.0.0:8888
bind 0.0.0.0:8889
stats enable
stats hide-version
stats uri /
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment