Extended example

This commit is contained in:
felix@feldspaten.org 2021-04-19 09:04:18 +02:00
parent e22d246e19
commit 3d152c15b0
Signed by: phoenix
GPG key ID: 6E77A590E3F6D71C

View file

@ -2,7 +2,8 @@
# geekoops-collectd
Easy ansible role to setup `collectd`. Currently only `influxdb` is supported by this role. This ansible role works with
Easy ansible role to setup system metrics transmission to `collectd`.
Currently only `influxdb` is supported by this role. This ansible role works with
- openSUSE Leap 15.2
@ -34,6 +35,16 @@ If `overwrite` is true, any existing `collectd.conf` file will be overwritten by
roles:
- { role: geekoops-collectd }
Extended example
- hosts: jellyfish
roles:
- role: geekoops-collectd
vars:
nodename: "jellyfish"
enable_influx: true
influx_host: vinculum
## License
MIT