Skip to content

perfect-timing/influxdb-ansible-role

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an Ansible role for installing InfluxDB.

What it Does

Software

Installs InfluxDB from the .deb which provides influxdb command.

Configuration & Logging

Creates the files:

  • /opt/influxdb/current/config.toml -- configuration file for InfluxDB
  • /var/log/influxdb -- log directory (FIXME: though it doesn't seem to want to log there?)

Services

Leaves a service influxdb which camps out several ports.

Usage

Use the role in a playbook like this:

- hosts: all
  roles:
    - influxdb

Variables

The following variables are exposed for configuration...

About

Ansible role for InfluxDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published