Install InfluxDB time series database
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 |
- hosts: servers
roles:
- stympy.influxdb
MIT
Benjamin Curtis [email protected]