forked from FF-RGB/ansible
Add Variable required for Telegraf Role
This commit is contained in:
parent
d4a9ccf43d
commit
879cfc0f40
@ -71,6 +71,17 @@ pve_targets:
|
||||
- pve01.ffrgb
|
||||
- pve02.ffrgb
|
||||
|
||||
telegraf_influxdb_url: stats.regensburg.freifunk.net:8086
|
||||
telegraf_influxdb_database: wgstats
|
||||
telegraf_influxdb_username: admin
|
||||
telegraf_influxdb_password: "{{ vault_yanic_influx_pw }}"
|
||||
telegraf_plugins_base:
|
||||
- name: wireguard
|
||||
options:
|
||||
devices:
|
||||
- "wg-{{ site_code }}"
|
||||
|
||||
|
||||
site: ffrgb
|
||||
site_domain: regensburg.freifunk.net
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user