mirror of https://github.com/Aidaho12/haproxy-wi
parent
c216487cac
commit
92103b2e37
|
@ -188,6 +188,15 @@
|
|||
notify: restart haproxy
|
||||
|
||||
|
||||
- name: Creates HAProxy stats directory
|
||||
file:
|
||||
path: /var/lib/haproxy
|
||||
owner: haproxy
|
||||
group: haproxy
|
||||
state: directory
|
||||
ignore_errors: yes
|
||||
|
||||
|
||||
- name: Enable and start service HAProxy
|
||||
systemd:
|
||||
name: haproxy
|
||||
|
|
Loading…
Reference in New Issue