feat: test attempt 2
This commit is contained in:
parent
a4c1bc8dac
commit
44fc11b862
11 changed files with 3 additions and 0 deletions
16
defaults/main.yaml
Normal file
16
defaults/main.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
|
||||
# zabbix_version
|
||||
zabbix_major_version: "7.4"
|
||||
|
||||
# zabbix agent defaults
|
||||
zabbix_agent_psk_enable: true
|
||||
zabbix_agent_psk: "superlongpsk"
|
||||
zabbix_agent_listen_port: "10050"
|
||||
|
||||
# zabbix server / proxy connectivity
|
||||
zabbix_proxy_address: "zabbix.example.com"
|
||||
zabbix_proxy_port: "10051"
|
||||
|
||||
# zabbix user permissions
|
||||
zabbix_user_sudo: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue