Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 273 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 273 Bytes

Running

haproxy: haproxy -V -f haproxy.cfg

copy http server template unit to /etc/systemd/user: cp simple-http@.service /etc/systemd/user/

watch haproxy frontend: watch -n 0.2 curl -s localhost:4444

trigger deploy: ansible-playbook ha.yml --ask-become-pass