Install socat where we install haproxy

Socat is useful for managing haproxy through the haproxy management
socket. Install it when we install haproxy.

Change-Id: Ie2b16cef62f661669756d24d4a69ac1683401268
This commit is contained in:
Clark Boylan 2019-05-03 08:18:05 -07:00
parent 63c8ad7fdd
commit 625d45567f

View File

@ -1,3 +1,7 @@
- name: Install socat for haproxy management
package:
name: socat
state: present
- name: Synchronize docker-compose directory
synchronize:
src: docker/