19 lines
292 B
YAML
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]
|