Jedrzej Nowak 5176f187b0 Riak cluster 3 nodes example
with haproxy on each node
2015-08-17 20:27:05 +02:00

19 lines
310 B
YAML

id: haproxy_service
handler: ansible
version: 1.0.0
input:
ip:
schema: str!
value:
ports:
schema: [{value: [{value: int}]}]
value: []
ssh_user:
schema: str!
value:
ssh_key:
schema: str!
value:
tags: [resources/haproxy, resource/haproxy_service]