-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtop.sls
More file actions
78 lines (76 loc) · 1.4 KB
/
top.sls
File metadata and controls
78 lines (76 loc) · 1.4 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
base:
'*':
- sshkeys
- users
- accounts
# apache is for server-status
- apache
- sysctl
# rsync.deployment should be in /srv/private/pillar/rsync
- rsync.deployment
- rsync.shares
- infra
- logrotate
- upstream
'biosversion:VirtualBox':
- match: grain
- workbench
'app*':
- certificates
- rsyslog.app
'backup*':
- nfs
- backup.master
# rsync.backup should be in /srv/private/pillar/rsync
- rsync.backup
'salt*':
- sysctl.harden
- rsync.salt_master
- backup
- logrotate.salt
'roles:db':
- match: grain
- mysql
- backup
- rsync.backup
'roles:postgres':
- match: grain
- postgres
'db1*':
- mysql.db1
'db2*':
- mysql.db2
'redis*':
- redis
- sysctl.redis
'sessions*':
- redis
- sysctl.redis
'roles:monitor':
- match: grain
- logstash.receptacle
'roles:bots':
- match: grain
- bots
'roles:elastic':
- match: grain
- sysctl.elasticsearch
- logrotate.elasticsearch
- nfs
'roles:specs':
- match: grain
- publican
'roles:docker':
- match: grain
- roles.docker
- basesystem.docker
'roles:notes':
- match: grain
- basesystem.notes
'roles:auth':
- match: grain
- basesystem.auth
'roles:stats':
- match: grain
- basesystem.stats
# vim: ai filetype=yaml tabstop=2 softtabstop=2 shiftwidth=2