solar/examples/profile_test.yml

26 lines
471 B
YAML

id: pf1
type: profile
extensions:
- id: profile
version: '1.0.0'
- id: file_discovery
version: '1.0.0'
- id: ansible
version: '1.0.0'
tags:
- env/test_env
# 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
remove:
- mariadb.actions.remove
- docker.actions.remove