Skip to content
Snippets Groups Projects
Commit c6cc9744 authored by skorpy's avatar skorpy :construction_worker:
Browse files

pretix: init

parent e7b15945
Branches
No related tags found
No related merge requests found
Pipeline #20624 passed
include:
- docker
- letsencrypt
- nginx
prometheus_pretix_export:
grains.present:
- value: {{ pillar.get('pretix:domain', grains['fqdn']) }}:443
......@@ -77,3 +77,9 @@ scrape_configs:
- job_name: unbound
static_configs:
- targets: {{ unbound_targets|yaml }}
{% set pretix_targets = salt['prometheus.prometheus_targets_for_grain']('prometheus_pretix_export') %}
- job_name: pretix
scheme: https
static_configs:
- targets: {{ pretix_targets|yaml }}
......@@ -70,6 +70,9 @@ base:
'roles:gluon-build':
- match: pillar
- gluon-build
'roles:pretix':
- match: pillar
- pretix
'salt.ffm.freifunk.net':
- salt.master
'edge-*-*.ffm.freifunk.net':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment