| Parameter | 
        Choices/Defaults | 
                        Configuration | 
                    Comments | 
    
                
                                                            | 
                
                grafana_api_key
                
                 
                    -
                                                                 
                                 | 
                            
                                                                                                                                                         | 
                                                
                                                 ini entries:
                                                                 [callback_grafana_annotations] grafana_api_key = VALUE 
                                                         
                                                                                                        env:GRAFANA_API_KEY 
                                                                                             | 
                                            
                                         Grafana API key, allowing to authenticate when posting on the HTTP API. If not provided, grafana_login and grafana_password will be required. 
                                                     | 
        
                            
                                                            | 
                
                grafana_dashboard_id
                
                 
                    -
                                                                 
                                 | 
                            
                                                                                                                                                         | 
                                                
                                                 ini entries:
                                                                 [callback_grafana_annotations] grafana_dashboard_id = VALUE 
                                                         
                                                                                                        env:GRAFANA_DASHBOARD_ID 
                                                                                             | 
                                            
                                         The grafana dashboard id where the annotation shall be created. 
                                                     | 
        
                            
                                                            | 
                
                grafana_panel_id
                
                 
                    -
                                                                 
                                 | 
                            
                                                                                                                                                         | 
                                                
                                                 ini entries:
                                                                 [callback_grafana_annotations] grafana_panel_id = VALUE 
                                                         
                                                                                                        env:GRAFANA_PANEL_ID 
                                                                                             | 
                                            
                                         The grafana panel id where the annotation shall be created. 
                                                     | 
        
                            
                                                            | 
                
                grafana_password
                
                 
                    -
                                                                 
                                 | 
                            
                                                                                                                                                                Default:
 "ansible" 
                                 | 
                                                
                                                 ini entries:
                                                                 [callback_grafana_annotations] grafana_password = ansible 
                                                         
                                                                                                        env:GRAFANA_PASSWORD 
                                                                                             | 
                                            
                                         Grafana password used for authentication. Ignored if grafana_api_key is provided. 
                                                     | 
        
                            
                                                            | 
                
                grafana_url
                
                 
                    -
                                             / required                     
                                 | 
                            
                                                                                                                                                         | 
                                                
                                                 ini entries:
                                                                 [callback_grafana_annotations] grafana_url = VALUE 
                                                         
                                                                                                        env:GRAFANA_URL 
                                                                                             | 
                                            
                                         Grafana annotations api URL 
                                                     | 
        
                            
                                                            | 
                
                grafana_user
                
                 
                    -
                                                                 
                                 | 
                            
                                                                                                                                                                Default:
 "ansible" 
                                 | 
                                                
                                                 ini entries:
                                                                 [callback_grafana_annotations] grafana_user = ansible 
                                                         
                                                                                                        env:GRAFANA_USER 
                                                                                             | 
                                            
                                         Grafana user used for authentication. Ignored if grafana_api_key is provided. 
                                                     | 
        
                            
                                                            | 
                
                http_agent
                
                 
                    -
                                                                 
                                 | 
                            
                                                                                                                                                                Default:
 "Ansible (grafana_annotations callback)" 
                                 | 
                                                
                                                 ini entries:
                                                                 [callback_grafana_annotations] http_agent = Ansible (grafana_annotations callback) 
                                                         
                                                                                                        env:HTTP_AGENT 
                                                                                             | 
                                            
                                         The HTTP 'User-agent' value to set in HTTP requets. 
                                                     | 
        
                            
                                                            | 
                
                validate_certs
                
                 
                    boolean
                                                                 
                                 | 
                            
                                                                                                                                                                                                                
                                                                         | 
                                                
                                                 ini entries:
                                                                 [callback_grafana_annotations] validate_grafana_certs = yes 
                                                                [callback_grafana_annotations] validate_certs = yes 
                                                         
                                                                                                        env:GRAFANA_VALIDATE_CERT 
                                                                                             | 
                                            
                                         validate the SSL certificate of the Grafana server. (For HTTPS url) 
                                                             aliases: validate_grafana_certs 
                                 |