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 - 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 become: yes
vars_files: vars_files:
- ../secrets.yml - ../secrets.yml
@@ -88,7 +88,7 @@
enabled: yes enabled: yes
- name: Verify Zabbix Services - name: Verify Zabbix Services
hosts: zabbix_proxy hosts: zabbix-proxy
become: yes become: yes
tasks: tasks:
- name: Check if Zabbix services are running - name: Check if Zabbix services are running