mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
bitwarden
This commit is contained in:
parent
f53d71c708
commit
a6b98abd55
@ -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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user