Note
This callback plugin is part of the community.general collection (version 10.7.3).
You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.
To install it, use: ansible-galaxy collection install community.general. You need further requirements to be able to use this callback plugin, see Requirements for details.
To use it in a playbook, specify: community.general.elastic.
New in community.general 3.8.0
This plugin is a notification callback. It sends information for a playbook run to other applications, services, or systems. See Callback plugins for more information on callback plugins.
The below requirements are needed on the local controller node that executes this callback.
Parameter | Comments |
|---|---|
apm_api_key string | |
apm_secret_token string | |
apm_server_url string | Use the APM server and its environment variables. Configuration:
|
apm_service_name string | The service name resource attribute. Default: Configuration:
|
apm_verify_server_cert boolean | Verifies the SSL certificate if an HTTPS connection. Choices:
Configuration:
|
hide_task_arguments boolean | Hide the arguments for a task. Choices:
Configuration:
|
traceparent string |
examples: |-
Enable the plugin in ansible.cfg:
[defaults]
callbacks_enabled = community.general.elastic
Set the environment variable:
export ELASTIC_APM_SERVER_URL=<your APM server URL)>
export ELASTIC_APM_SERVICE_NAME=your_service_name
export ELASTIC_APM_API_KEY=your_APM_API_KEY
© 2012–2018 Michael DeHaan
© 2018–2025 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/collections/community/general/elastic_callback.html