-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtop.sls
More file actions
46 lines (44 loc) · 1.22 KB
/
top.sls
File metadata and controls
46 lines (44 loc) · 1.22 KB
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
base:
'*':
- locale
- timezone
- resolvconf
- hosts
- interfaces
- software
- account
- ssl-cert
- sudo
- openssh
- unattended-upgrades
- motd
'P@virtual:(physical|qemu|kvm)':
- ntp
'I.@acme-dns.managed': [acme-dns]
'I.@atwarrior.managed': [atwarrior]
'I.@backupninja.managed': [backupninja]
'I.@borgbackup.managed': [borgbackup]
'I.@docker.managed': [docker]
'I.@frrouting.managed': [frrouting]
'I.@grafana.managed': [grafana]
'I.@grub.managed': [grub]
'I.@icinga.managed': [icinga]
'I.@incron.managed': [incron]
'I.@influxdb.managed': [influxdb]
'I.@jdownloader.managed': [jdownloader]
'I.@knot.managed': [knot]
'I.@lldpd.managed': [lldpd]
'I.@mariadb.managed': [mariadb]
'I.@nftables.managed': [nftables]
'I.@nginx.managed': [nginx]
'I.@oauth2-proxy.managed': [oauth2-proxy]
'I.@php-fpm.managed': [php-fpm]
'I.@plexmediaserver.managed': [plexmediaserver]
'I.@prometheus.managed': [prometheus]
'I.@prosody.managed': [prosody]
'I.@quassel.managed': [quassel]
'I.@samba.managed': [samba]
'I.@strongswan.managed': [strongswan]
'I.@syncthing.managed': [syncthing]
'I.@telegraf.managed': [telegraf]
'I.@tor-relay.managed': [tor-relay]