31 lines
533 B
YAML
31 lines
533 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: [{value: {src: str, dst: str, mode: str}}]
|
|
value: []
|
|
volume_binds:
|
|
schema: [{src: str, dst: str, mode: str}]
|
|
value: []
|
|
env:
|
|
schema: {}
|
|
value: {}
|
|
# ssh_user:
|
|
# schema: str!
|
|
# value: []
|
|
# ssh_key:
|
|
# schema: str!
|
|
# value: []
|
|
|
|
tags: [resource/container]
|