From d2c632616a80027415f77ce8fa0e5f28f4943331 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 --- Ansible/playbooks/zabbix_proxy_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ansible/playbooks/zabbix_proxy_install.yml b/Ansible/playbooks/zabbix_proxy_install.yml index e72b87c..52915d6 100644 --- a/Ansible/playbooks/zabbix_proxy_install.yml +++ b/Ansible/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