This is an ansible playbook for deploying Sentry on a local target. It assumes Ubuntu running on the target.
First, generate your vars and inventory files:
python ./autogen.py --smtp-server=yoursmtp.server.com [email protected] --target=myserver.com --root-url=http://myserver.com
And then run ansible:
ansible-playbook -u root -i inventory deploy.yml