mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-10-30 09:51:10 +01:00
bitwarden
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
|
||||
- name: Install a .deb package from the internet
|
||||
ansible.builtin.apt:
|
||||
deb: https://repo.zabbix.com/zabbix/6.4/raspbian/pool/main/z/zabbix-release/zabbix-release_6.4-1+debian11_all.deb
|
||||
#deb: https://repo.zabbix.com/zabbix/6.4/raspbian/pool/main/z/zabbix-release/zabbix-release_6.4-1+debian11_all.deb
|
||||
deb: https://repo.zabbix.com/zabbix/7.0/raspbian/pool/main/z/zabbix-release/zabbix-release_7.0-1+debian11_all.deb
|
||||
retries: 5
|
||||
delay: 5
|
||||
when:
|
||||
@@ -69,6 +70,7 @@
|
||||
- zabbix-agent2-plugin-*
|
||||
update_cache: yes
|
||||
when: inventory_hostname not in groups['nas']
|
||||
become: "{{ false if inventory_hostname in groups['nas'] else true }}"
|
||||
|
||||
|
||||
- name: Reconfigure zabbix agent Server
|
||||
|
||||
Reference in New Issue
Block a user