library/haproxy_local.py [118:123]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- haproxy:
    state: disabled
    host: '{{ inventory_hostname }}'
    socket: /var/run/haproxy.sock
    backend: www
    wait: yes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



library/haproxy_local.py [128:133]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- haproxy:
    state: disabled
    host: '{{ inventory_hostname }}'
    socket: /var/run/haproxy.sock
    backend: www
    wait: yes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



