https://github.com/duologic/ansible-playbook-sentry
Example playbook for Sentry
https://github.com/duologic/ansible-playbook-sentry
Last synced: 20 days ago
JSON representation
Example playbook for Sentry
- Host: GitHub
- URL: https://github.com/duologic/ansible-playbook-sentry
- Owner: Duologic
- License: mit
- Created: 2019-01-31T15:32:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T13:07:49.000Z (over 7 years ago)
- Last Synced: 2025-01-27T10:43:29.709Z (over 1 year ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Example playbook for Sentry
===========================
This is a playbook for a small talk I gave at Unleashed NV. It is a real life example for setting up Sentry on Vagrant boxes.
The Vagrantfile has 2 machines for testing purposes: Ubuntu 18.04/bionic and CentOS 7.
Requirements
------------
- [Ansible](https://docs.ansible.com/)
- [Vagrant](https://www.vagrantup.com/)
- [VirtualBox](https://www.virtualbox.org/)
- this git repo + submodules
I've been working from a macOS machine, here are the installation instructions with [Homebrew](https://brew.sh/):
brew install ansible
brew cask install virtualbox
brew cask install vagrant
git clone git@github.com:Duologic/ansible-playbook-sentry.git
git submode update --init
Let's go
--------
You should now have an environment that would allow you to spin up a sentry server:
vagrant up sentry1
Surf to https://localhost:9000/
License
-------
MIT
Author Information
------------------
Jeroen Op 't Eynde, jeroen@simplistic.be