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

22 lines
382 B
YAML

id: haproxy_general_config
handler: none
version: 1.0.0
input:
name:
schema: str!
value: general_haproxy
listen_port:
schema: int!
value: 9999
protocol:
schema: str!
value: http
ports:
schema: [int]
value: []
servers:
schema: [str]
value: []
tags: [resources/haproxy, resource/haproxy_general_config]