This commit is contained in:
2026-02-15 17:00:58 +01:00
parent b998c75ef1
commit b2ca12dbc2

View File

@@ -1,6 +1,5 @@
---
- name: Install Zabbix Proxy on Debian 13
hosts: all
vars:
zabbix_version: "7.4"
zabbix_server_ip: "192.168.77.101"
@@ -8,7 +7,6 @@
zabbix_db_file: "/var/lib/zabbix/zabbix_proxy.db"
become: "{{ false if inventory_hostname == 'nas.home.lan' else true }}"
block:
- name: Install required packages
apt:
name: