solar/resources/mariadb_service/meta.yaml
2015-06-03 12:52:34 +02:00

25 lines
401 B
YAML

id: mariadb_service
handler: ansible
version: 1.0.0
input:
image:
schema: str!
value: mariadb
root_password:
schema: str!
value: mariadb
port:
schema: int!
value: 3306
ip:
schema: str!
value:
ssh_key:
schema: str!
value:
ssh_user:
schema: str!
value:
tags: [resource/mariadb_service, resources/mariadb]