task 순서 변경

This commit is contained in:
ByeonJungHun
2023-11-30 11:26:57 +09:00
parent b23876c206
commit 2a62963b9c
5 changed files with 32 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ agent:
cluster_id: "{{ redis_agent_cluster | default('unknown') }}"
option:
external_labels:
redis: {{ reids_address }}
redis: {{ redis_address }}
exporter_config:
command: "/usr/bin/dsk-redis-exporter"
port: {{ redis_agent_port | default('19121') }}