summaryrefslogtreecommitdiff
path: root/roles/ick-notifier/templates/notifications.yaml.j2
blob: f7a51cc7a7999c85f66071320a56814356454147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
controller_url: "{{ controller_url }}"
token-issuer: "{{ qvisqve_url }}"
token-audience: localhost
token-public-key: "{{ qvisqve_token_public_key }}"
log:
  - filename: /var/log/ickns/notification_service.log
from_addr: Lars Wirzenius <liw@liw.fi>
controller_url: {{ controller_url }}
smtp_server: {{ smtp_server }}
smtp_port: {{ smtp_port }}
smtp_user: {{ smtp_user }}
smtp_password: {{ smtp_password }}