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