mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-12 21:32:48 +01:00
build
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user