Compare commits

..

2 Commits

View File

@@ -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
@@ -63,7 +63,7 @@
enabled: yes
- name: Verify Zabbix Proxy Service
hosts: zabbix_proxy
hosts: zabbix-proxy
become: yes
tasks:
- name: Check if Zabbix proxy service is running