forked from DonDebonair/statserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
statserver.yml
42 lines (41 loc) · 854 Bytes
/
statserver.yml
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
---
- hosts: all
sudo: True
vars:
graphite:
version: master
timezone: Europe/Paris
workers: 4
host: 0.0.0.0
server: graphite.local
secret_key: 'ob3sow^ik#4q(k5*tgw&6j+osyr^@0jus$yd+-#^&^d#%yim1!'
carbon:
host: 0.0.0.0
ssl: no
db_graphite:
name: graphite
user: graphite
password: graphite
sentry:
server: sentry.local
url: http://sentry.local
secret_key: 'my69eAMYjzqtmfaRJ107MeXCYDTaxQdNZPr8YOe/zOV5pIUoZa5biA=='
db_sentry:
name: sentry
user: sentry
password: sentry
superuser_sentry:
username: admin
email: [email protected]
password: admin
roles:
- common
- python
- supervisor
- role: nginx
nginx_sites: none
- postgres
- graphite
- nodejs
- statsd
- sentry