https://github.com/influxdata/ansible-chronograf
Ansible role for deployment, configuration and management of Chronograf by InfluxData
https://github.com/influxdata/ansible-chronograf
Last synced: 2 months ago
JSON representation
Ansible role for deployment, configuration and management of Chronograf by InfluxData
- Host: GitHub
- URL: https://github.com/influxdata/ansible-chronograf
- Owner: influxdata
- License: mit
- Created: 2017-10-06T05:25:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T02:11:50.000Z (about 1 year ago)
- Last Synced: 2025-03-24T22:42:04.280Z (3 months ago)
- Language: Ruby
- Size: 29.3 KB
- Stars: 4
- Watchers: 12
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```