Skip to content

Commit

Permalink
docs: role parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed May 27, 2024
1 parent fa5ce76 commit 5b55562
Showing 1 changed file with 125 additions and 5 deletions.
130 changes: 125 additions & 5 deletions roles/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,16 +170,136 @@ Configure Grafana organizations, dashboards, folders, datasources, teams and use
| matchers | yes |
| starts_at | yes |
| state | no |
| [**grafana_contact_point**](https://docs.ansible.com/ansible/latest/collections/community/grafana/grafana_contact_point_module.html) | # TODO: parameter
| email_addresses | no |
| email_single | no |
| is_default | no |
| name | yes |
| [**grafana_contact_point**](https://docs.ansible.com/ansible/latest/collections/community/grafana/grafana_contact_point_module.html) |
| disable_resolve_message | no |
| include_image | no |
| name | no |
| org_id | no |
| org_name | no |
| provisioning | no |
| state | no |
| type | yes |
| uid | no |
| alertmanager_password | no |
| alertmanager_url | no |
| alertmanager_username | no |
| dingding_message | no |
| dingding_message_type | no |
| dingding_title | no |
| dingding_url | no |
| discord_avatar_url | no |
| discord_message | no |
| discord_title | no |
| discord_url | no |
| discord_use_username | no |
| email_addresses | no |
| email_message | no |
| email_single | no |
| email_subject | no |
| googlechat_url | no |
| googlechat_message | no |
| googlechat_title | no |
| kafka_api_version | no |
| kafka_cluster_id | no |
| kafka_description | no |
| kafka_details | no |
| kafka_password | no |
| kafka_rest_proxy_url | no |
| kafka_topic | no |
| kafka_username | no |
| line_description | no |
| line_title | no |
| line_token | no |
| opsgenie_api_key | no |
| opsgenie_auto_close | no |
| opsgenie_description | no |
| opsgenie_message | no |
| opsgenie_override_priority | no |
| opsgenie_responders | no |
| opsgenie_send_tags_as | no |
| opsgenie_url | no |
| pagerduty_class | no |
| pagerduty_client | no |
| pagerduty_client_url | no |
| pagerduty_component | no |
| pagerduty_details | no |
| pagerduty_group | no |
| pagerduty_integration_key | no |
| pagerduty_severity | no |
| pagerduty_source | no |
| pagerduty_summary | no |
| pushover_api_token | no |
| pushover_devices | no |
| pushover_expire | no |
| pushover_message | no |
| pushover_ok_priority | no |
| pushover_ok_sound | no |
| pushover_priority | no |
| pushover_retry | no |
| pushover_sound | no |
| pushover_title | no |
| pushover_upload_image | no |
| pushover_user_key | no |
| sensugo_api_key | no |
| sensugo_url | no |
| sensugo_check | no |
| sensugo_entity | no |
| sensugo_handler | no |
| sensugo_message | no |
| sensugo_namespace | no |
| slack_endpoint_url | no |
| slack_icon_emoji | no |
| slack_icon_url | no |
| slack_mention_channel | no |
| slack_mention_groups | no |
| slack_mention_users | no |
| slack_recipient | no |
| slack_text | no |
| slack_title | no |
| slack_token | no |
| slack_url | no |
| slack_username | no |
| teams_message | no |
| teams_section_title | no |
| teams_title | no |
| teams_url | no |
| telegram_chat_id | no |
| telegram_disable_notifications | no |
| telegram_message | no |
| telegram_parse_mode | no |
| telegram_protect_content | no |
| telegram_token | no |
| telegram_web_page_view | no |
| threema_api_secret | no |
| threema_description | no |
| threema_gateway_id | no |
| threema_recipient_id | no |
| threema_title | no |
| victorops_description | no |
| victorops_message_type | no |
| victorops_title | no |
| victorops_url | no |
| webex_api_url | no |
| webex_message | no |
| webex_room_id | no |
| webex_token | no |
| webhook_authorization_credentials | no |
| webhook_authorization_scheme | no |
| webhook_http_method | no |
| webhook_max_alerts | no |
| webhook_message | no |
| webhook_password | no |
| webhook_title | no |
| webhook_url | no |
| webhook_username | no |
| wecom_agent_id | no |
| wecom_corp_id | no |
| wecom_message | no |
| wecom_msg_type | no |
| wecom_secret | no |
| wecom_title | no |
| wecom_to_user | no |
| wecom_url | no |

## Example Playbook

Expand Down

0 comments on commit 5b55562

Please sign in to comment.