Skip to content

Commit

Permalink
Prepare publish to galaxy (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbauriedel authored Sep 19, 2024
1 parent 6481194 commit aeae560
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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!
10 changes: 4 additions & 6 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
namespace: tbauriedel
name: influxdb2
version: 0.0.0
version: 0.0.1
readme: README.md
authors:
- Tobias Bauriedel <[email protected]>
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
2 changes: 2 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
requires_ansible: ">=2.9"

0 comments on commit aeae560

Please sign in to comment.