# ansible-chronograf **Repository Path**: mirrors_influxdata/ansible-chronograf ## Basic Information - **Project Name**: ansible-chronograf - **Description**: Ansible role for deployment, configuration and management of Chronograf by InfluxData - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chronograf Ansible for Linux Ansible role from the InfluxData team for automating the installation and configuration of the [Chronograf](https://www.influxdata.com/time-series-platform/chronograf/) service on Linux hosts. Tested against modern Debian based distributions and Enterprise Linux 6 and 7. ## Usage Standard usage: ``` - hosts: 'webservers' roles: - 'influxdata.chronograf' ``` ## Tests Just make sure Vagrant and Ruby are installed on your host machine and run: ``` $ bundle install $ kitchen test ```