mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
18 lines
402 B
YAML
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
|
|
|