NewsBlur/ansible/roles/sentry/tasks/main.yml

18 lines
402 B
YAML

---
- name: Pull sentry self-hosted github
git:
repo: https://github.com/getsentry/self-hosted.git
dest: /srv/sentry/
version: master
notify: reload sentry
- name: Register sentry in consul
tags: consul
become: yes
template:
src: consul_service.json
dest: /etc/consul.d/sentry.json
notify:
- reload consul
when: disable_consul_services_ie_staging is not defined