bitwarden

This commit is contained in:
jaydee 2024-11-19 16:26:31 +01:00
parent f53d71c708
commit a6b98abd55
2 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,7 @@ datacenter:
servers: servers:
hosts: hosts:
rpi5-1.home.lan: rpi5-1.home.lan:
rpi5.home.lan:
omv.home.lan: omv.home.lan:
rack.home.lan: rack.home.lan:
m-server.home.lan: m-server.home.lan:
@ -129,6 +130,7 @@ datacenter:
servers: servers:
hosts: hosts:
rpi5-1.home.lan: rpi5-1.home.lan:
rpi5.home.lan:
m-server.home.lan: m-server.home.lan:
fog.home.lan: fog.home.lan:
zabbix.home.lan: zabbix.home.lan:

View File

@ -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 deb: https://repo.zabbix.com/zabbix/7.0/debian/pool/main/z/zabbix-release/zabbix-release_7.0-1+debian12_all.deb
when: when:
- ansible_facts.architecture != "armv7l" and ansible_facts.architecture != "aarch64" and ansible_distribution == "Debian" and ansible_distribution_major_version == "12" - 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 # - name: Install a .deb package localy
# ansible.builtin.apt: # ansible.builtin.apt: