Ansible role for Sentry.
- git clone https://github.com/futurice/sentry-skeleton
- customize inventory to match your target server(s)
- customise conf.py, see Sentry configuration
- SENTRY_ADMIN_EMAIL
- SENTRY_URL_PREFIX
- deploy sentry project using ansible
---
- hosts: all
roles:
- { role: futurice.sentry }
BSD