forked from freifunkMUC/ffmuc-salt-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
top.sls
63 lines (63 loc) · 1.03 KB
/
top.sls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
base:
# Base config for all minions
'*':
- bash
- fail2ban
- ff_base
- graylog-sidecar
- locales
- logrotate
- mosh
- motd
- nebula
- screen
- sudo
- sysctl
- telegraf
- timezone
- tmux
- unattended-upgrades
- vim
- ssh
'*.in.ffmuc.net':
- apt
- certs
- docker
- dphys-swapfile
- duplicity
- grafana
- icinga2
- influxdb
- jenkins
- kvm
- ntp
- snmpd
'*.meet.ffmuc.net':
- nebula-meet
- jitsi.base
- jitsi.jibri
- jitsi.videobridge
'jicofo*.meet.ffmuc.net':
- jitsi.prosody
- jitsi.jicofo
- jitsi.meet
- certs
- nginx
'call*':
- jitsi.asterisk
- jitsi.jigasi
'gw*':
- dhcp-server
- knot-resolver.remove
- pdns-recursor
- radvd
- respondd
- systemd-networkd
# 'webfrontend03.in.ffmuc.net':
# - cloudflare
'webfrontend0[3-6].in.ffmuc.net':
- dns-server/auth
- pdns-recursor
- github-downloader
'vpn0*.in.ffmuc.net':
- wireguard