Fixed another typo in the host name

This commit is contained in:
2025-08-24 15:45:46 +02:00
parent fd46282062
commit 41cfb78ba0

View File

@@ -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