solar-resources/resources/docker_container/1.0.0/meta.yaml
2016-01-14 10:34:46 +01:00

31 lines
535 B
YAML

handler: ansible
version: 1.0.0
input:
ip:
schema: str!
value:
image:
schema: str!
value:
ports:
schema: [int]
value: []
host_binds:
schema: [{value: {src: str, dst: str, mode: str}}]
value: []
volume_binds:
schema: [{src: str, dst: str, mode: str}]
value: []
env:
schema: {}
value: {}
wait_cmd:
schema: str
value: null
computable:
lang: jinja2
type: full
func: ""
tags: [resource/container]