2015-05-28 13:30:47 +02:00

28 lines
433 B
YAML

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