This repository has been archived on 2025-04-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
sentry/playbook.yml

9 lines
279 B
YAML

# Note: this playbook requires the `docker` and `docker-compose` pip packages
# in order for the `docker_compose` module to work
- hosts: localhost
tasks:
- import_tasks: 'tasks/main.yml'
vars_files:
- 'vars/main.yml'
- 'vars/postgres.yml'
- 'vars/email.yml'