galaxy-telegraf/README.md

41 lines
605 B
Markdown
Raw Permalink Normal View History

2019-07-10 15:10:35 +00:00
galaxy-telegraf
===============
Install Telegraf on Debian
Requirements
------------
An InfluxDB service up and running
Role Variables
--------------
- db_name: influx db name
- db_user: influx db username
- db_pass: influx db password
- influx_host: influx host
- influx_port: influx db port
- influx_host: influx db host
Dependencies
------------
None
Example Playbook
----------------
- hosts: servers
roles:
- role: galaxy-telegraf
Run tests
---------
Needs galaxy-vagrant to run tests
Ensure galaxy-vagrant is up
2020-04-02 20:49:42 +00:00
ansible-playbook -i tests/inventory tests/test.yml