You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
329 B
9 lines
329 B
---
|
|
zabbix_agent_servers: [ '212.129.1.224' ]
|
|
zabbix_agent_encryption: psk
|
|
zabbix_agent_port: '10050'
|
|
zabbix_agent_src_ip: "{{ zabbix_agent_servers }}"
|
|
# If update is set to False, the role will only ensure packages are installed
|
|
# If set to True, it will update components to their latest version
|
|
zabbix_agent_update: False
|
|
...
|
|
|