fix ansible-lint errors

This commit is contained in:
Sergey Malyuk
2025-12-16 11:56:52 +03:00
parent 48652534ce
commit f4b945d1ed
7 changed files with 45 additions and 45 deletions

View File

@@ -1,14 +1,14 @@
---
smartctl_exp_web_listen_address: "localhost:9633"
smartctl_exp_args: ""
smartctl_exp_version: "0.14.0"
smartctl_exp_dir: "/etc/exporters"
smartctl_exp_web_config_dir: "/etc/exporters/config"
smartctl_exp_interval: "60s"
smartctl_exp_rescan: "10m"
smartctl_exp_devices: []
smartctl_exp_device_exclude: ""
smartctl_exp_device_include: ""
smartctl_exp_web_telemetry_path: "/metrics"
smartctl_exp_log_level: "info"
smartctl_exp_log_format: "logfmt"
smartctl_exporter_web_listen_address: "localhost:9633"
smartctl_exporter_args: ""
smartctl_exporter_version: "0.14.0"
smartctl_exporter_dir: "/etc/exporters"
smartctl_exporter_web_config_dir: "/etc/exporters/config"
smartctl_exporter_interval: "60s"
smartctl_exporter_rescan: "10m"
smartctl_exporter_devices: []
smartctl_exporter_device_exclude: ""
smartctl_exporter_device_include: ""
smartctl_exporter_web_telemetry_path: "/metrics"
smartctl_exporter_log_level: "info"
smartctl_exporter_log_format: "logfmt"