Skip to content
Snippets Groups Projects
Verified Commit 2997811d authored by David Mehren's avatar David Mehren
Browse files

Update to netdata_base 2.0

parent 4d3b357f
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,5 @@
dependencies:
- src: git@gitlab.fachschaften.org:fsi-ansible/netdata-base.git
scm: git
version: "v1.0"
version: "v2.0"
name: netdata_base
......@@ -2,32 +2,32 @@
- name: Copy netdata config
template:
src: netdata.conf.j2
dest: /opt/netdata/etc/netdata/netdata.conf
dest: /etc/netdata/netdata.conf
notify: restart netdata
- name: Copy netdata stream config
template:
src: stream.conf.j2
dest: /opt/netdata/etc/netdata/stream.conf
dest: /etc/netdata/stream.conf
notify: restart netdata
- name: Copy netdata python.d config
template:
src: python.d.conf.j2
dest: /opt/netdata/etc/netdata/python.d.conf
dest: /etc/netdata/python.d.conf
notify: restart netdata
- name: Copy netdata mysql.plugin config
template:
src: mysql.conf.j2
dest: /opt/netdata/etc/netdata/python.d/mysql.conf
dest: /etc/netdata/python.d/mysql.conf
when: netdata_enable_mysql
notify: restart netdata
- name: Copy netdata haproxy.plugin config
template:
src: haproxy.conf.j2
dest: /opt/netdata/etc/netdata/python.d/haproxy.conf
dest: /etc/netdata/python.d/haproxy.conf
when: netdata_enable_haproxy
notify: restart netdata
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment