diff --git a/README.md b/README.md index 012de87..1766edc 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,12 @@ ![Lint](https://github.com/tbauriedel/ansible-collection-influxdb2/actions/workflows/yamllint.yml/badge.svg) ![Build](https://github.com/tbauriedel/ansible-collection-influxdb2/actions/workflows/molecule.yml/badge.svg) -> **Note:** Collection is not production-ready yet - # ansible-collection-influxdb2 Ansible collection to manage [InfluxDBv2](https://www.influxdata.com/) repository and setup. Read more about InfluxDBv2 in the [official documentation](https://docs.influxdata.com/influxdb/v2/). -The collection is still at a very experimental stage and is growing bit by bit according to my use cases. New configuration options will be implemented when they are needed. If you already have requests, please let me know via issue (or pull request). - -It was created with the aim of refreshing my Ansible knowledge and getting in touch with Collections. Any hints for improvements are therefore welcome. +## Installation +`ansible-galaxy collection install tbauriedel.influxdb2` ## Roles @@ -57,3 +54,10 @@ It was created with the aim of refreshing my Ansible knowledge and getting in to |--------------|--------------| | Ubuntu | 22.04 | | Rocky | 9 | + +## Contribution +Not all components of the go-graphite project are currently managed with that collection. +Also not every configuration possibility are implemented for the already existing roles. + +New stuff will be added setp by step, wgen the need arises. +If you want to use this ansible collection but something is missing, you are welcome to create a PR with the necessary settings! diff --git a/galaxy.yml b/galaxy.yml index 7df9598..7abd4bf 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,17 +1,15 @@ namespace: tbauriedel name: influxdb2 -version: 0.0.0 +version: 0.0.1 readme: README.md authors: - Tobias Bauriedel description: > - This collection manages InfluxDB components. - Including the official repositories, installation and configuration. + This collection manages InfluxDB components. Including the official repositories, installation and configuration license: - Apache-2.0 tags: - - collection - - influxdb - metrics + - InfluxDB2 dependencies: {} -repository: https://github.com/tbauriedel/ansible-collection-influxdb +repository: https://github.com/tbauriedel/ansible-collection-influxdb2 diff --git a/meta/runtime.yml b/meta/runtime.yml new file mode 100644 index 0000000..18dabe9 --- /dev/null +++ b/meta/runtime.yml @@ -0,0 +1,2 @@ +--- +requires_ansible: ">=2.9"