17 lines
329 B
YAML
17 lines
329 B
YAML
id: mariadb
|
|
type: resource
|
|
handler: ansible
|
|
version: v1
|
|
actions:
|
|
run: simple/mariadb/run.yml
|
|
remove: simple/mariadb/remove.yml
|
|
wait: simple/mariadb/wait.yml
|
|
users: simple/mariadb/users.yml
|
|
input:
|
|
name: maria-test
|
|
image: tutum/mariadb
|
|
users:
|
|
- name: test1
|
|
password: test1
|
|
tags: [n/1]
|