Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Commit e2062b9

Browse files
bengoapaulfantom
authored andcommitted
Adding the ability to manage AWS Cloudwatch through grafana_datasource (API). (#184)
1 parent dcd006d commit e2062b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tasks/datasources.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
database: "{{ item.database | default(omit) }}"
1515
user: "{{ item.user | default(omit) }}"
1616
password: "{{ item.password | default(omit) }}"
17+
aws_auth_type: "{{ item.aws_auth_type | default(omit) }}"
18+
aws_default_region: "{{ item.aws_default_region | default(omit) }}"
19+
aws_access_key: "{{ item.aws_access_key | default(omit) }}"
20+
aws_secret_key: "{{ item.aws_secret_key | default(omit) }}"
21+
aws_credentials_profile: "{{ item.aws_credentials_profile | default(omit) }}"
22+
aws_custom_metrics_namespaces: "{{ item.aws_custom_metrics_namespaces | default(omit) }}"
1723
with_items: "{{ grafana_datasources }}"
1824
when: not grafana_use_provisioning
1925

0 commit comments

Comments
 (0)