community.general.elastic – Create distributed traces for each Ansible task in Elastic APM
Note
This plugin is part of the community.general collection (version 3.8.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
.
To use it in a playbook, specify: community.general.elastic
.
New in version 3.8.0: of community.general
Synopsis
This callback creates distributed traces for each Ansible task in Elastic APM.
You can configure the plugin with environment variables.
See https://www.elastic.co/guide/en/apm/agent/python/current/configuration.html.
Requirements
The below requirements are needed on the local controller node that executes this callback.
elastic-apm (Python library)
Parameters
Parameter |
Comments |
---|---|
Use the APM API key Configuration:
|
|
Use the APM server token Configuration:
|
|
Use the APM server and its environment variables. Configuration:
|
|
The service name resource attribute. Default: “ansible” Configuration:
|
|
Verifies the SSL certificate if an HTTPS connection. Choices:
Configuration:
|
|
Hide the arguments for a task. Choices:
Configuration:
|
|
Examples
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
Authors
Victor Martinez (@v1v) <VictorMartinezRubio@gmail.com>