{"id":15050961,"url":"https://github.com/boutetnico/ansible-role-sentry","last_synced_at":"2026-01-02T03:45:55.480Z","repository":{"id":252916405,"uuid":"841886433","full_name":"boutetnico/ansible-role-sentry","owner":"boutetnico","description":"Install and configure Self-Hosted Sentry using Ansible.","archived":false,"fork":false,"pushed_at":"2025-03-06T08:57:31.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T09:42:14.328Z","etag":null,"topics":["ansible","debian","self-hosted","sentry","sentry-onpremise","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boutetnico.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-08-13T08:41:50.000Z","updated_at":"2025-03-06T08:57:34.000Z","dependencies_parsed_at":"2024-11-19T18:42:51.114Z","dependency_job_id":"39e032ba-1211-49cc-aca2-8985ba858a5b","html_url":"https://github.com/boutetnico/ansible-role-sentry","commit_stats":null,"previous_names":["boutetnico/ansible-role-sentry"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boutetnico%2Fansible-role-sentry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boutetnico%2Fansible-role-sentry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boutetnico%2Fansible-role-sentry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boutetnico%2Fansible-role-sentry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boutetnico","download_url":"https://codeload.github.com/boutetnico/ansible-role-sentry/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243511229,"owners_count":20302528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","debian","self-hosted","sentry","sentry-onpremise","ubuntu"],"created_at":"2024-09-24T21:29:54.630Z","updated_at":"2026-01-02T03:45:55.475Z","avatar_url":"https://github.com/boutetnico.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![tests](https://github.com/boutetnico/ansible-role-sentry/workflows/Test%20ansible%20role/badge.svg)](https://github.com/boutetnico/ansible-role-sentry/actions?query=workflow%3A%22Test+ansible+role%22)\n[![Ansible Galaxy](https://img.shields.io/badge/galaxy-boutetnico.sentry-blue.svg)](https://galaxy.ansible.com/boutetnico/sentry)\n\nansible-role-sentry\n===================\n\nThis role installs and configures [Self-Hosted Sentry](https://develop.sentry.dev/self-hosted/).\n\nRequirements\n------------\n\nAnsible 2.19 or newer.\n\nSupported Platforms\n-------------------\n\n- [Debian - 11 (Bullseye)](https://wiki.debian.org/DebianBullseye)\n- [Debian - 12 (Bookworm)](https://wiki.debian.org/DebianBookworm)\n- [Ubuntu - 22.04 (Jammy Jellyfish)](http://releases.ubuntu.com/22.04/)\n- [Ubuntu - 24.04 (Noble Numbat)](http://releases.ubuntu.com/24.04/)\n\nRole Variables\n--------------\n\n| Variable                         | Required | Default                | Choices   | Comments                                          |\n|----------------------------------|----------|------------------------|-----------|---------------------------------------------------|\n| sentry_version                   | true     | `25.12.1`              | string    | Git tag or branch to clone.                       |\n| sentry_install_dir               | true     | `/opt/sentry`          | string    |                                                   |\n| sentry_install_options           | true     |                        | string    | See `defaults/main.yml`.                          |\n| sentry_mail_host                 | true     | `smtp`                 | string    |                                                   |\n| sentry_mail_port                 | true     | `25`                   | int       |                                                   |\n| sentry_mail_username             | true     | `25`                   | string    |                                                   |\n| sentry_mail_password             | true     | `25`                   | string    |                                                   |\n| sentry_mail_use_tls              | true     | `false`                | boolean   |                                                   |\n| sentry_mail_use_ssl              | true     | `false`                | boolean   |                                                   |\n| sentry_mail_from                 | true     | `root@localhost`       | string    |                                                   |\n| sentry_mail_enable_replies       | true     | `false`                | boolean   |                                                   |\n| sentry_mail_reply_hostname       | true     | `''`                   | string    |                                                   |\n| sentry_mail_mailgun_api_key      | true     | `''`                   | string    |                                                   |\n| sentry_system_secret_key         | true     | `!!changeme!!`         | string    | This *should* be set.                             |\n| sentry_slack_client_id           | true     | `''`                   | string    |                                                   |\n| sentry_slack_client_secret       | true     | `''`                   | string    |                                                   |\n| sentry_slack_signing_secret      | true     | `''`                   | string    |                                                   |\n| sentry_github_app_id             | true     | `''`                   | string    |                                                   |\n| sentry_github_app_name           | true     | `''`                   | string    |                                                   |\n| sentry_github_app_webhook_secret | true     | `''`                   | string    |                                                   |\n| sentry_github_app_client_id      | true     | `''`                   | string    |                                                   |\n| sentry_github_app_client_secret  | true     | `''`                   | string    |                                                   |\n| sentry_github_app_private_key    | true     | `''`                   | string    |                                                   |\n| sentry_reverse_ssl_proxy         | true     | `false`                | boolean   |                                                   |\n| sentry_geoip_account_id          | true     | `''`                   | string    |                                                   |\n| sentry_geoip_license_key         | true     | `''`                   | string    |                                                   |\n| sentry_geoip_edition_ids         | true     | `GeoLite2-City`        | string    |                                                   |\n| sentry_backup_enabled            | true     | `false`                | boolean   |                                                   |\n| sentry_backup_command            | true     |                        | boolean   | See `defaults/main.yml`.                          |\n| sentry_backup_frequency          | true     | `daily`                | string    |                                                   |\n| sentry_custom_env                | true     | `[]`                   | list      |                                                   |\n\nDependencies\n------------\n\n- Docker\n- Git\n\nExample Playbook\n----------------\n\n    - hosts: all\n      roles:\n        - role: ansible-role-sentry\n\nTesting\n-------\n\n## Debian\n\n    molecule --base-config molecule/shared/base.yml test --scenario-name debian-11\n    molecule --base-config molecule/shared/base.yml test --scenario-name debian-12\n\n## Ubuntu\n\n    molecule --base-config molecule/shared/base.yml test --scenario-name ubuntu-2204\n    molecule --base-config molecule/shared/base.yml test --scenario-name ubuntu-2404\n\nLicense\n-------\n\nMIT\n\nAuthor Information\n------------------\n\n[@boutetnico](https://github.com/boutetnico)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboutetnico%2Fansible-role-sentry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboutetnico%2Fansible-role-sentry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboutetnico%2Fansible-role-sentry/lists"}