Updated docs
This commit is contained in:
parent
5d59c22666
commit
823ab30ef4
@ -97,7 +97,7 @@ We plan to regularly release new minor or bugfix versions once new features or b
|
||||
|
||||
Releasing the current major version happens from the `main` branch.
|
||||
|
||||
We currently are not planning any deprecations or new major releases. The current landscape includes minor version updates for Module's documentation in 1.0.2.
|
||||
We currently are not planning any deprecations or new major releases. The current landscape includes minor version updates for Module's documentation in 1.0.3.
|
||||
|
||||
## Code of Conduct
|
||||
This collection follows the Ansible project's [Code of Conduct](https://docs.ansible.com/ansible/devel/community/code_of_conduct.html). Please read and familiarize yourself with this doc
|
||||
|
@ -24,7 +24,7 @@ options:
|
||||
required: true
|
||||
stack_slug:
|
||||
description:
|
||||
- Sets the subdomain of the Grafana instance. For example, if slug is <stack_slug>, the instance URL will be `https://<stack_slug>.grafana.net`.
|
||||
- Sets the subdomain of the Grafana instance. For example, if slug is <stack_slug>, the instance URL will be `https://<stack_slug>.grafana.net`.
|
||||
type: str
|
||||
required: true
|
||||
cloud_api_key:
|
||||
|
@ -1,6 +1,6 @@
|
||||
- name: Create/Update a Data Source
|
||||
grafana.grafana.datasource:
|
||||
datasource: {
|
||||
dataSource: {
|
||||
name: "ansible-integration",
|
||||
type: "influxdb",
|
||||
url: "https://grafana.github.com/grafana-ansible-collection",
|
||||
|
Loading…
Reference in New Issue
Block a user