From ce3573c708fb4193a3b80c27a4982be4a26f216d Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 15:29:37 +0200 Subject: [PATCH] Changes in the connection configuration --- playbooks/zabbix_proxy_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/zabbix_proxy_install.yml b/playbooks/zabbix_proxy_install.yml index e72b87c..52915d6 100644 --- a/playbooks/zabbix_proxy_install.yml +++ b/playbooks/zabbix_proxy_install.yml @@ -42,7 +42,7 @@ content: | Server={{ zabbix_server_address }}:10051 Hostname={{ ansible_facts.hostname }} - TLSPSKFile="/etc/zabbix/{{ ansible_facts.hostname }}.psk" + TLSPSKFile=/etc/zabbix/{{ ansible_facts.hostname }}.psk TLSPSKIdentity={{ zabbix_psk_identity }} notify: restart zabbix-proxy