mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-09 18:35:49 +02:00
klal
This commit is contained in:
@ -71,8 +71,9 @@
|
||||
- zabbix-agent2
|
||||
- zabbix-agent2-plugin-mongodb
|
||||
- zabbix-agent2-plugin-postgresql
|
||||
# - zabbix-agent2-plugin-mysql
|
||||
- zabbix-agent2-plugin-mysql
|
||||
update_cache: true
|
||||
|
||||
when: inventory_hostname != 'nas.home.lan'
|
||||
- name: Upgrade zabbix packages
|
||||
ansible.builtin.apt:
|
||||
@ -80,9 +81,9 @@
|
||||
- zabbix-agent2
|
||||
- zabbix-agent2-plugin-mongodb
|
||||
- zabbix-agent2-plugin-postgresql
|
||||
# - zabbix-agent2-plugin-mysql
|
||||
update_cache: true
|
||||
- zabbix-agent2-plugin-mysql
|
||||
only_upgrade: true
|
||||
state: latest
|
||||
when: inventory_hostname != 'nas.home.lan'
|
||||
|
||||
- name: Reconfigure zabbix agent Server
|
||||
|
Reference in New Issue
Block a user