Compare commits
2 Commits
c372a781e5
...
d2c632616a
| Author | SHA1 | Date | |
|---|---|---|---|
| d2c632616a | |||
| 47b9b71cd1 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user