Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 425 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 425 Bytes

Overview

This is an ansible playbook for deploying Sentry on a local target. It assumes Ubuntu running on the target.

Usage

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