mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-31 02:11:10 +01:00 
			
		
		
		
	This commit is contained in:
		| @@ -73,10 +73,17 @@ | ||||
|           - zabbix-agent2-plugin-postgresql | ||||
|           # - zabbix-agent2-plugin-mysql | ||||
|         update_cache: true | ||||
|       when: inventory_hostname != 'nas.home.lan' | ||||
|     - name: Install zabbix packages | ||||
|       ansible.builtin.apt: | ||||
|         name: | ||||
|           - zabbix-agent2 | ||||
|           - zabbix-agent2-plugin-mongodb | ||||
|           - zabbix-agent2-plugin-postgresql | ||||
|           # - zabbix-agent2-plugin-mysql | ||||
|         only_upgrade: true | ||||
|       when: inventory_hostname != 'nas.home.lan' | ||||
|  | ||||
|  | ||||
|     - name: Reconfigure zabbix agent Server | ||||
|       ansible.builtin.lineinfile: | ||||
|         path: "{{ zabbix_agent_cfg }}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user