Reorganized zabbix agent2 files

This commit is contained in:
IvanMarts
2025-04-12 21:00:04 +02:00
parent f7b9077fcb
commit 49e6107680
4 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
- name: Instalar y configurar Zabbix Agent2 usando la colección Zabbix for Ansible
hosts: all
become: yes
collections:
- zabbix.zabbix
roles:
- role: zabbix.zabbix.agent
vars:
agent_variant: 2
agent_major_version: 7.2
agent_package_state: present

View File

@@ -0,0 +1,4 @@
---
- name: Copiar ficheros de configuración de Zabbix Agent 2
hosts: all
become: yes