{"id":24754133,"url":"https://github.com/harobed/ansible-role-sentry-example","last_synced_at":"2026-04-13T16:05:03.186Z","repository":{"id":137219496,"uuid":"163753324","full_name":"harobed/ansible-role-sentry-example","owner":"harobed","description":"Ansible Sentry Role usage example.","archived":false,"fork":false,"pushed_at":"2019-01-23T20:26:40.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T05:13:25.581Z","etag":null,"topics":["ansible","example","sentry","vagrant"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harobed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-01T17:16:01.000Z","updated_at":"2019-01-23T20:26:41.000Z","dependencies_parsed_at":"2023-07-20T05:30:51.364Z","dependency_job_id":null,"html_url":"https://github.com/harobed/ansible-role-sentry-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harobed/ansible-role-sentry-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harobed%2Fansible-role-sentry-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harobed%2Fansible-role-sentry-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harobed%2Fansible-role-sentry-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harobed%2Fansible-role-sentry-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harobed","download_url":"https://codeload.github.com/harobed/ansible-role-sentry-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harobed%2Fansible-role-sentry-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31759605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","example","sentry","vagrant"],"created_at":"2025-01-28T11:39:07.218Z","updated_at":"2026-04-13T16:05:03.143Z","avatar_url":"https://github.com/harobed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role Sentry Example\n\nThis repository is a [Ansible Role Sentry](https://github.com/harobed/ansible-role-sentry) usage demonstration.\n\nUse this repository to install Sentry in Ubuntu VM managed by [Vagrant](https://www.vagrantup.com/).\n\n## Prerequisite\n\n- Python 3 (tested with `3.7.1`)\n- Virtualenv\n- Virtualbox\n- Vagrant\n- [vagrant-hostmanager](https://github.com/devopsgroup-io/vagrant-hostmanager) plugin\n\nOn OSX, execute this command with [brew](https://brew.sh/index_fr.html) to install this prerequisite :\n\n```sh\n$ brew install python3\n$ pip install virtualenv==16.0.0\n$ brew cask install vagrant virtualbox\n$ vagrant plugin install vagrant-hostmanager --plugin-version 1.8.9\n```\n\n## Install Ansible\n\n```sh\n$ virtualenv -p python3 pyenv\n$ source pyenv/bin/activate\n$ pip install -r requirements.txt\n```\n\n## Install Ansible Galaxy Roles\n\nUse [Ansible-Galaxy](https://github.com/harobed/ansible-role-sentry) to install this roles:\n\n- [harobed.sentry](https://github.com/harobed/ansible-role-sentry)\n- [harobed.nginx-proxy](https://github.com/harobed/ansible-role-nginx-proxy)\n\n```sh\n$ ansible-galaxy install -r roles/requirements.yml\n- harobed.sentry (master) was installed successfully\n- harobed.nginx-proxy (master) was installed successfully\n```\n\n## Start Vagrant host\n\n```sh\n$ vagrant up\n```\n\nCheck that Ansible can ping `myserver` host:\n\n```sh\n$ ansible -m ping all\nmyserver | SUCCESS =\u003e {\n    \"changed\": false,\n    \"ping\": \"pong\"\n}\n```\n\n## Install Sentry\n\n```sh\n$ ansible-playbook playbooks/site.yml\n```\n\nGo to http://sentry.example.com\n\nDefault login are:\n\n- username: admin@example.com\n- password: password\n\n## Configure dkim\n\nUse `fetch/dkim.public` content to configure your DNS, more information see [docker-versatile-postfix DKIM section](https://github.com/MarvAmBass/docker-versatile-postfix/#dkim).\n\n\n## Uninstall Sentry\n\n```sh\n$ ansible-playbook playbooks/site.yml --tags sentry --extra-vars \"sentry_uninstall=true\"\n```\n\n\n## Ansible Linter checking\n\n```sh\n$ ansible-lint -v playbooks/site.yml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharobed%2Fansible-role-sentry-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharobed%2Fansible-role-sentry-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharobed%2Fansible-role-sentry-example/lists"}