-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathtest.yml
35 lines (29 loc) · 783 Bytes
/
test.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
- hosts: all
become: True
tasks:
- include: 'tasks/main.yml'
handlers:
- include: 'handlers/main.yml'
vars_files:
- 'defaults/main.yml'
vars:
#tdagent_version: 2.3.4
#tdagent_plugins:
# - fluent-plugin-multiprocess
# - fluent-plugin-anonymizer
# - fluent-plugin-forest
# - fluent-plugin-record-reformer
# #- fluent-plugin-geoip
# #- fluent-plugin-elasticsearch
tdagent_plugins_versions:
prometheus:
name: fluent-plugin-prometheus
version: 0.1.2
flowcounter:
name: fluent-plugin-flowcounter
version: 0.4.1
tdagent_conf_copy: "files/td-agent.conf"
tdagent_conf_others:
prometheus_metrics:
src: test/prometheus.conf.j2
dest: prometheus.conf