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