Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
commit ec2714aa4cec985e1b99abd28852a5ee8efef04e
Author: Nemental <[email protected]>
Date:   Fri Dec 8 09:59:56 2023 +0100

    fix: remove url params

commit 905a6a158620b41a19d50bbdd1861b57d5feb19d
Merge: 54cfb58 cd0edb3
Author: Nemental <[email protected]>
Date:   Fri Dec 8 09:14:59 2023 +0100

    Merge branch 'main' into feat/dashboard-by-org-name

commit 54cfb58025792895bbcd5cce01ab207d8202c7e4
Author: Nemental <[email protected]>
Date:   Thu Nov 30 10:45:16 2023 +0100

    docs: add org_name to readme

commit 9895c1fc289f90a644447047b284c05290878dfc
Author: Nemental <[email protected]>
Date:   Thu Nov 30 10:44:53 2023 +0100

    fix: add org_name for dashboard task
  • Loading branch information
Nemental committed Jan 16, 2024
1 parent 04d0b43 commit 43fecd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Configure Grafana organizations, dashboards, folders, datasources, teams and use
| skip_version_check | no |
| [**grafana_dashboards**](https://docs.ansible.com/ansible/latest/collections/community/grafana/grafana_dashboard_module.html) |
| org_id | no |
| org_name | no |
| folder | no |
| state | no |
| slug | no |
Expand Down
1 change: 1 addition & 0 deletions roles/grafana/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
- name: Manage dashboard
community.grafana.grafana_dashboard:
org_id: "{{ dashboard.org_id | default(omit) }}"
org_name: "{{ dashboard.org_name | default(omit) }}"
folder: "{{ dashboard.folder | default(omit) }}"
state: "{{ dashboard.state | default(omit) }}"
slug: "{{ dashboard.slug | default(omit) }}"
Expand Down

0 comments on commit 43fecd7

Please sign in to comment.