Bootstrap influx.create.db role
This commit is contained in:
commit
e6ce2b5c97
7 changed files with 150 additions and 0 deletions
21
meta/main.yml
Normal file
21
meta/main.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
galaxy_info:
|
||||
author: Wilfried OLLIVIER
|
||||
description: Galaxy role to create InfluxDB database and user
|
||||
company: none
|
||||
|
||||
license: WTFPL
|
||||
|
||||
min_ansible_version: 2.4
|
||||
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- Stretch
|
||||
- Buster
|
||||
|
||||
galaxy_tags:
|
||||
- influxdb
|
||||
- debian
|
||||
- timeseries
|
||||
|
||||
dependencies: []
|
Reference in a new issue