feat: try with new ansible role structure
This commit is contained in:
parent
da1e3d8e5c
commit
c14dd49576
10 changed files with 0 additions and 0 deletions
16
roles/zabbix_agent/defaults/main.yaml
Normal file
16
roles/zabbix_agent/defaults/main.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
|
||||
# zabbix_version
|
||||
zabbix_major_version: "7.4"
|
||||
zabbix_agent_enable: true
|
||||
|
||||
# zabbix agent defaults
|
||||
zabbix_agent_psk_enable: true
|
||||
zabbix_agent_listen_port: "10050"
|
||||
|
||||
# zabbix server / proxy connectivity
|
||||
zabbix_proxy_address: "zabbix.siempie.internal"
|
||||
zabbix_proxy_port: "10051"
|
||||
|
||||
# zabbix user permissions
|
||||
zabbix_user_sudo: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue