Compare commits

...

2 Commits

View File

@@ -42,7 +42,7 @@
content: | content: |
Server={{ zabbix_server_address }}:10051 Server={{ zabbix_server_address }}:10051
Hostname={{ ansible_facts.hostname }} Hostname={{ ansible_facts.hostname }}
TLSPSKFile="/etc/zabbix/{{ ansible_facts.hostname }}.psk" TLSPSKFile=/etc/zabbix/{{ ansible_facts.hostname }}.psk
TLSPSKIdentity={{ zabbix_psk_identity }} TLSPSKIdentity={{ zabbix_psk_identity }}
notify: restart zabbix-proxy notify: restart zabbix-proxy
@@ -63,7 +63,7 @@
enabled: yes enabled: yes
- name: Verify Zabbix Proxy Service - name: Verify Zabbix Proxy Service
hosts: zabbix_proxy hosts: zabbix-proxy
become: yes become: yes
tasks: tasks:
- name: Check if Zabbix proxy service is running - name: Check if Zabbix proxy service is running