
As we are using ansible 2.0, we should move from sudo to become to avoid deprecation. Change-Id: Ia084759b9c38f5c045ab14eab3af63a2ad33069f Closes-bug: 1547430
haproxy_service
resource
This resource sets up a Docker container with Haproxy code. It requires
config to be provided by the haproxy_config
resource (mounted under
/etc/haproxy
).
About container philosophy, see the README.md
file in keystone_service
resource.