33 lines
554 B
Markdown
33 lines
554 B
Markdown
![]() |
galaxy-grafana.ds.influx
|
||
|
========================
|
||
|
|
||
|
Add an InfluxDB datasource to Grafana
|
||
|
|
||
|
Requirements
|
||
|
------------
|
||
|
|
||
|
An InfluxDB service up and running
|
||
|
|
||
|
Role Variables
|
||
|
--------------
|
||
|
|
||
|
Dependencies
|
||
|
------------
|
||
|
|
||
|
None
|
||
|
|
||
|
Example Playbook
|
||
|
----------------
|
||
|
|
||
|
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
|
||
|
|
||
|
- hosts: servers
|
||
|
roles:
|
||
|
- role: galaxy-grafana
|
||
|
|
||
|
Run tests
|
||
|
---------
|
||
|
|
||
|
Ensure galaxy-vagrant is up
|
||
|
|
||
|
ansible-playbook -i tests/inventory tests/test.yml
|