We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Official Ansible doc
Hello !
it's very nice to declare group in meta/runtime.yml for remove some duplicate code when we use this grafana module.
for example:
- name: Usage of module is_default module_defaults: group/grafana: grafana_url: "https://{{ monitoring_grafana_server_name }}" grafana_user: "{{ monitoring_grafana_user }}" grafana_password: "{{ monitoring_grafana_pass }}" use_proxy: false validate_certs: false block: - name: Add prometheus datasource community.grafana.grafana_datasource: name: prometheus ds_type: prometheus access: direct is_default: true ds_url: http://prometheus:9090 - name: Load grafana dashboard community.grafana.grafana_dashboard: folder: "{{ item.folder }}" dashboard_id: "{{ item.dashboard_id }}" dashboard_revision: "{{ item.dashboard_revision }}"
Thanks !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Official Ansible doc
Hello !
it's very nice to declare group in meta/runtime.yml for remove some duplicate code when we use this grafana module.
for example:
Thanks !
The text was updated successfully, but these errors were encountered: