This commit is contained in:
Antoine Ouvrard
2021-04-30 19:46:14 +02:00
parent ef7e1a2729
commit c53cfeda12
30 changed files with 92 additions and 80 deletions
@@ -5,4 +5,3 @@
state: restarted
daemon_reload: true
enabled: true
+5 -5
View File
@@ -16,7 +16,7 @@
- name: Application de la conf général de Telegraf
template:
src: ../templates/telegraf-general.conf.j2
src: telegraf-general.conf.j2
dest: /etc/telegraf/telegraf.conf
mode: u=rw,g=r,o=r
notify:
@@ -24,14 +24,14 @@
## Instalation des metrics BBB
- name: Ajout du script python qui met en forme les metrics BBB
template:
src: ../files/bbb-telegraf.py
file:
src: bbb-telegraf.py
dest: /opt/
mode: u=rwx,g=rx,o=rx
- name: Application de la conf BBB pour Telegraf
template:
src: ../files/telegraf-input-bbb.conf
file:
src: telegraf-input-bbb.conf
dest: /etc/telegraf/telegraf.d/jitsi.conf
mode: u=rw,g=r,o=r
notify: