forked from paramite/osp-observability-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.yml
43 lines (42 loc) · 879 Bytes
/
main.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
42
43
---
- hosts: collectd_hosts
roles:
- collectd_config
tags: test
vars:
collectd_conf_output_dir: "/etc/collectd.conf.d"
collectd_plugins:
# There are some undefined vars in the template that are causing
# rendering to fail, these will be updated
# - amqp1
- ceph
- connectivity
- cpu
- cpufreq
- cpusleep
- csv
- df
- disk
- hugepages
- intel_rdt
- interface
# The rendered conf file is not syntactically correct yet
# - ipmi
- load
- logfile
- memory
- network
- ovs_stats
- processes
- procevent
- unixsock
- uptime
- uuid
- virt
- hosts: collectd_hosts
name: TripleO roles test
tasks:
- name: Do some TripleO deploy stage
import_role:
name: tripleo_collectd
tags: tripleo