-
Notifications
You must be signed in to change notification settings - Fork 0
/
infra.yaml
64 lines (56 loc) · 954 Bytes
/
infra.yaml
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
---
- name: Init
hosts: iota
roles:
- init
become: yes
gather_facts: yes
tags: init
- name: InfluxDB
hosts: iota
roles:
- influxdb
become: yes
tags: influxdb
- name: Telegraf
hosts: iota
roles:
- telegraf
become: yes
tags: telegraf
- name: Syslog-ng
hosts: iota
roles:
- syslog_ng
become: yes
tags: syslog
- name: Prometheus
hosts: iota
roles:
- prometheus
become: yes
tags: prometheus
- name: Grafana
hosts: iota
roles:
- grafana
become: yes
tags: grafana
- name: Logrotate
hosts: iota
roles:
- logrotate
become: yes
tags: logrotate
- name: influxdb-telegraf-retention
hosts: iota
roles:
- influxdb-telegraf-retention
become: yes
tags: itr
- name: journald
hosts: iota
roles:
- journald
become: yes
tags: journald