From 625d45567f8416d92e6f270330428dad25922681 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 3 May 2019 08:18:05 -0700 Subject: [PATCH] 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 --- playbooks/roles/haproxy/tasks/main.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/roles/haproxy/tasks/main.yaml b/playbooks/roles/haproxy/tasks/main.yaml index 77ea84acba..eeae498065 100644 --- a/playbooks/roles/haproxy/tasks/main.yaml +++ b/playbooks/roles/haproxy/tasks/main.yaml @@ -1,3 +1,7 @@ +- name: Install socat for haproxy management + package: + name: socat + state: present - name: Synchronize docker-compose directory synchronize: src: docker/