solar/resources/haproxy_service/meta.yaml
2015-09-15 18:39:26 +02:00

19 lines
292 B
YAML

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