feat: sanitized the role defaults
This commit is contained in:
parent
c0082d4bc3
commit
a4c1bc8dac
1 changed files with 2 additions and 2 deletions
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
# zabbix_version
|
# zabbix_version
|
||||||
zabbix_major_version: "7.4"
|
zabbix_major_version: "7.4"
|
||||||
zabbix_agent_enable: true
|
|
||||||
|
|
||||||
# zabbix agent defaults
|
# zabbix agent defaults
|
||||||
zabbix_agent_psk_enable: true
|
zabbix_agent_psk_enable: true
|
||||||
|
zabbix_agent_psk: "superlongpsk"
|
||||||
zabbix_agent_listen_port: "10050"
|
zabbix_agent_listen_port: "10050"
|
||||||
|
|
||||||
# zabbix server / proxy connectivity
|
# zabbix server / proxy connectivity
|
||||||
zabbix_proxy_address: "zabbix.siempie.internal"
|
zabbix_proxy_address: "zabbix.example.com"
|
||||||
zabbix_proxy_port: "10051"
|
zabbix_proxy_port: "10051"
|
||||||
|
|
||||||
# zabbix user permissions
|
# zabbix user permissions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue