ansible-sentry
ansible-sentry copied to clipboard
Ansible playbook to set up sentry on a local machine
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