asdsdadasd
This commit is contained in:
parent
5054d44e37
commit
88a8f2e6b9
@ -11,11 +11,12 @@
|
|||||||
vars:
|
vars:
|
||||||
# Especificar que se instalará Zabbix Agent2
|
# Especificar que se instalará Zabbix Agent2
|
||||||
zabbix_agent_variant: 2
|
zabbix_agent_variant: 2
|
||||||
zabbix_agent_config:
|
zabbix_agent_package_state: present
|
||||||
Server: "192.168.1.10" # IP/host del servidor Zabbix
|
#zabbix_agent_config:
|
||||||
ServerActive: "192.168.1.10" # Servidor activo
|
# Server: "192.168.1.10" # IP/host del servidor Zabbix
|
||||||
Hostname: "{{ ansible_hostname }}" # Nombre único en Zabbix
|
# ServerActive: "192.168.1.10" # Servidor activo
|
||||||
AllowRoot: 1 # Permitir ejecución como root
|
# Hostname: "{{ ansible_hostname }}" # Nombre único en Zabbix
|
||||||
|
# AllowRoot: 1 # Permitir ejecución como root
|
||||||
|
|
||||||
# Ejecutar servicio como root
|
# Ejecutar servicio como root
|
||||||
zabbix_agent_user: root
|
zabbix_agent_user: root
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user