Update
This commit is contained in:
parent
9d16325fa8
commit
6197e1f41d
@ -15,7 +15,7 @@ The collection is tested and supported with:
|
|||||||
Before using the Grafana collection, you need to install it using the below commoand:
|
Before using the Grafana collection, you need to install it using the below commoand:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
ansible-galaxy collection install git+https://github.com/grafana/ansible-collection.git
|
ansible-galaxy collection install grafana.grafana
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also include it in a `requirements.yml` file and install it via ansible-galaxy collection install -r `requirements.yml`, using the format:
|
You can also include it in a `requirements.yml` file and install it via ansible-galaxy collection install -r `requirements.yml`, using the format:
|
||||||
|
@ -2,7 +2,7 @@ namespace: grafana
|
|||||||
|
|
||||||
name: grafana
|
name: grafana
|
||||||
|
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
|
|
||||||
readme: README.md
|
readme: README.md
|
||||||
|
|
||||||
@ -15,8 +15,6 @@ description: Ansible collection to manage Grafana resources
|
|||||||
license:
|
license:
|
||||||
- GPL-3.0-or-later
|
- GPL-3.0-or-later
|
||||||
|
|
||||||
license_file: LICENSE
|
|
||||||
|
|
||||||
tags: [grafana, observability, monitoring]
|
tags: [grafana, observability, monitoring]
|
||||||
|
|
||||||
repository: https://github.com/grafana/grafana-ansible-collection
|
repository: https://github.com/grafana/grafana-ansible-collection
|
||||||
|
Loading…
Reference in New Issue
Block a user