This playbook will install Sumo Logic Distro of OpenTelemetry Collector.
sumologic_otel_collector.version
: version of Sumo Logic Distro of OpenTelemetry Collectorsrc_config_path
: path to configuration file for Sumo Logic Distro of OpenTelemetry Collectormemory_high
: defines the throttling limit on memory usage for Sumo Logic Distro of OpenTelemetry Collectormemory_max
: defines the absolute limit on memory usage for Sumo Logic Distro of OpenTelemetry Collectorsystemd_service
: enables creation of Systemd Service for Sumo Logic Distro of OpenTelemetry Collector
-
Prepare configuration for Sumo Logic Distro of OpenTelemetry Collector
-
Customize inventory file and add your host
-
Adjust configuration of Sumo Logic Distro of of OpenTelemetry Collector in vars/default.yaml
-
Run the playbook
ansible-playbook -i inventory install_sumologic_otel_collector.yaml
Notice: If you need to specify a password for sudo, run
ansible-playbook
with--ask-become-pass
(-K
for short).