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