From 96fd1e13b2f2f018178bcd48f7edb9270a415a04 Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 15:45:46 +0200 Subject: [PATCH] Fixed another typo in the host name --- Ansible/playbooks/zabbix_proxy_install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ansible/playbooks/zabbix_proxy_install.yml b/Ansible/playbooks/zabbix_proxy_install.yml index e8c0873..e102dc6 100644 --- a/Ansible/playbooks/zabbix_proxy_install.yml +++ b/Ansible/playbooks/zabbix_proxy_install.yml @@ -1,6 +1,6 @@ --- - name: Install and Configure Zabbix Proxy and Agent - hosts: zabbix_proxy # Assuming you have a group for zabbix proxy in your inventory + hosts: zabbix-proxy # Assuming you have a group for zabbix proxy in your inventory become: yes vars_files: - ../secrets.yml @@ -88,7 +88,7 @@ enabled: yes - name: Verify Zabbix Services - hosts: zabbix_proxy + hosts: zabbix-proxy become: yes tasks: - name: Check if Zabbix services are running