solar/resources/docker_container/meta.yaml
Przemyslaw Kaminski 07e5d9845a Validation fixes
2015-05-29 15:46:35 +02:00

28 lines
477 B
YAML

id: container
handler: ansible
version: 1.0.0
input:
ip:
schema: str!
value:
image:
schema: str!
value:
ports:
schema: [{value: [{value: int}]}]
value: []
host_binds:
schema: [{value: {src: str, dst: str}}]
value: []
volume_binds:
schema: [{src: str, dst: str}]
value: []
ssh_user:
schema: str!
value: []
ssh_key:
schema: str!
value: []
tags: [resource/container]