dn365 / ansible-influxdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InfluxDB

Install InfluxDB time series database

Role Variables

defaults/main.yml

Name Default Value Description
influxdb.version 0.5.4 Version to install
influxdb.raft_port [8090] Port used for raft
influxdb.seed_servers [] List of host:port to use as cluster seed servers
influxdb.replication_factor 1 How many servers in the cluster should have a copy of each shard

Example Playbook

- hosts: servers
  roles:
     - stympy.influxdb

License

MIT

Author Information

Benjamin Curtis benjamin.curtis@gmail.com

About