diff --git a/hosts.yml b/hosts.yml index 97de24b..9bb3108 100644 --- a/hosts.yml +++ b/hosts.yml @@ -89,6 +89,7 @@ datacenter: servers: hosts: rpi5-1.home.lan: + rpi5.home.lan: omv.home.lan: rack.home.lan: m-server.home.lan: @@ -129,6 +130,7 @@ datacenter: servers: hosts: rpi5-1.home.lan: + rpi5.home.lan: m-server.home.lan: fog.home.lan: zabbix.home.lan: diff --git a/playbooks/00_install_zabbix_agent.yml b/playbooks/00_install_zabbix_agent.yml index f4f1c76..aa1d8ec 100644 --- a/playbooks/00_install_zabbix_agent.yml +++ b/playbooks/00_install_zabbix_agent.yml @@ -62,6 +62,7 @@ deb: https://repo.zabbix.com/zabbix/7.0/debian/pool/main/z/zabbix-release/zabbix-release_7.0-1+debian12_all.deb when: - ansible_facts.architecture != "armv7l" and ansible_facts.architecture != "aarch64" and ansible_distribution == "Debian" and ansible_distribution_major_version == "12" + ignore_errors: true # - name: Install a .deb package localy # ansible.builtin.apt: