Galaxy role to install InfluxDB on Debian
This repository has been archived on 2020-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Wilfried OLLIVIER c6e24f81dd Fix: Harmonize files by adding new line if nedded 2020-04-03 11:38:44 +02:00
defaults Fix: Harmonize files by adding new line if nedded 2020-04-03 11:38:44 +02:00
handlers Fix: Harmonize files by adding new line if nedded 2020-04-03 11:38:44 +02:00
meta Fix: Harmonize files by adding new line if nedded 2020-04-03 11:38:44 +02:00
tasks Fix: Harmonize files by adding new line if nedded 2020-04-03 11:38:44 +02:00
templates Fix: Harmonize files by adding new line if nedded 2020-04-03 11:38:44 +02:00
tests Fix: Harmonize files by adding new line if nedded 2020-04-03 11:38:44 +02:00
vars Fix: Harmonize files by adding new line if nedded 2020-04-03 11:38:44 +02:00
LICENSE Move LICENSE file 2019-07-25 20:33:45 +02:00
README.md Fix: readme presentation 2020-04-02 22:45:53 +02:00

README.md

galaxy-influx

Install Influx DB timeseries server on Debian

Requirements

None

Role Variables

  • admin_name: admin username
  • admin_pass: admin password
  • influx_port: port used by influx

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-influx

Run tests

Needs galaxy-vagrant to run tests

Ensure galaxy-vagrant is up

ansible-playbook -i tests/inventory tests/test.yml