solar/resources/volume_group/meta.yaml
2015-09-25 10:22:15 +02:00

28 lines
419 B
YAML

id: volume_group
handler: ansible
version: 1.0.0
input:
volume_name:
schema: str!
value:
path:
schema: str!
value:
# not used, for now all VGs are file based
type:
schema: str!
value: 'file'
ip:
schema: str!
value:
# ssh_key:
# schema: str!
# value:
# ssh_user:
# schema: str!
# value:
tags: [resource/volume_group]