Skip to content

mhoppal/ansible-influxdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfluxDB

Install InfluxDB time series database

Role Variables

defaults/main.yml

Name Default Value Description
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
influxdb_client_port 8086 The port for influxdb client connections
influxdb_ssl_certificate None If defined the influxdb_client_port will be set to SSL
influxdb_ssl_certificate_src None If defined the file at this location wil be copied to the host
influxdb_use_apt false If true apt will be used to install influxdb
influxdb_deb_src_url http://s3.amazonaws.com/influxdb/ If not using apt the url base to pull the deb from

Example Playbook

- hosts: servers
  roles:
     - stympy.influxdb

License

MIT

Author Information

Benjamin Curtis [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published