Skip to content

mlouguid/ansible-role-influxdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfluxDB V2 Role

This role installs and securely configures InfluxDB v2 with the following:

  • Creates a default admin user.
  • Sets up an organization and a bucket with a retention policy.

Variables

  • influxdb_version: Version of InfluxDB to install.
  • influxdb_bucket: Name of the bucket to create.
  • influxdb_org: Name of the organization to create.
  • influxdb_admin_user: Admin username.
  • influxdb_admin_password: Admin password.
  • influxdb_retention_period: Retention period for the bucket.

Usage

Include the role in your playbook:

- hosts: all
  roles:
    - influxdb

Manual Installation

chmod +x influxdb2.sh
./influxdb2.sh

About

Install and configure InfluxDB 2.0 using Ansible

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published