1b28b8f3c4
Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
43 lines
762 B
YAML
43 lines
762 B
YAML
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, mode: str}}]
|
|
value: []
|
|
volume_binds:
|
|
schema: [{src: str, dst: str, mode: str}]
|
|
value: []
|
|
# ssh_user:
|
|
# schema: str!
|
|
# value: []
|
|
# ssh_key:
|
|
# schema: str!
|
|
# value: []
|
|
|
|
db_password:
|
|
schema: str!
|
|
value:
|
|
keystone_admin_token:
|
|
schema: str!
|
|
value:
|
|
keystone_password:
|
|
schema: str!
|
|
value:
|
|
keystone_host:
|
|
schema: str!
|
|
value:
|
|
keystone_port:
|
|
schema: int!
|
|
value:
|
|
|
|
tags: [resource/container]
|