# ansible-influxdb **Repository Path**: mirrors_influxdata/ansible-influxdb ## Basic Information - **Project Name**: ansible-influxdb - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README InfluxDB ======== InfluxDB Ansible Galaxy role. Sets up a working InfluxDB server Requirements ------------ Ansible version 1.6 and greater Role Variables -------------- Variables are mostly what exists in the InfluxDB config file. Which you can see [here](http://influxdb.com/docs/v0.8/advanced_topics/configuration_options.html) The `influxdb.hostname` variable may need to be set to something other than `ansible_default_ipv4.address` so make sure your setup takes this into account. Using EC2 you may need to gather facts first and use `ansible_ec2_public_hostname` if public facing. Currenlty clustering is not taken into account for. This will be a `TODO` at a later date. Dependencies ------------ No current dependencies on other Galaxy roles. Example Playbook ------------------------- Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too: - hosts: servers roles: - influxdb License ------- BSD Author Information ------------------ El Chavo - mtchavez - 2014