-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathtop.sls
64 lines (64 loc) · 1.21 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
64
base:
'*':
- hosts
- locale
- openvpn
- postfix
- python
- rsyslog
- users
- utils
- vcs
'roles:celery':
- match: grain
- celery
- nagios-nrpe
'roles:ci':
- match: grain
- jenkins
- consumeraffairs_deps
- nodejs
- brunch
- mocha-phantomjs
'roles:docsim':
- match: grain
- supervisor
'roles:ftp':
- match: grain
- ftp
'roles:log_server':
- match: grain
- logstash
- elasticsearch
- kibana
'roles:lxc_host':
- match: grain
- iptables
- lxc
- nagios-nrpe
- ntp
- rclocal
- sysctl
'roles:nagios':
- match: grain
- nagios
'roles:percona':
- match: grain
- percona
'roles:redis':
- match: grain
- redis
'roles:salt_master':
- match: grain
- salt_master
'roles:stats':
- match: grain
- supervisor
- stats
'roles:web':
- match: grain
- nginx
- consumeraffairs_deps
- supervisor
- nodejs
- brunch