25 lines
478 B
YAML
25 lines
478 B
YAML
id: {{id}}
|
|
type: profile
|
|
|
|
extensions:
|
|
- id: file_discovery
|
|
version: '1.0.0'
|
|
- id: ansible
|
|
version: '1.0.0'
|
|
|
|
tags: {{tags}}
|
|
|
|
# NOTE(dshulyak) it is mandatory for some profiles to user graph based
|
|
# api to provide order of execution for different events
|
|
run:
|
|
- docker.actions.run
|
|
- mariadb.actions.run
|
|
- mariadb.actions.wait
|
|
- mariadb.actions.users
|
|
- keystone.actions.run
|
|
- haproxy.actions.run
|
|
|
|
remove:
|
|
- mariadb.actions.remove
|
|
- docker.actions.remove
|