Fixed another typo in the host name
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user