Ansible Script 추가
This commit is contained in:
21
ansible/01_old/roles/zabbix-agent/vars/RedHat.yml
Normal file
21
ansible/01_old/roles/zabbix-agent/vars/RedHat.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
# vars file for zabbix_agent (RedHat)
|
||||
|
||||
zabbix_agent: zabbix-agent
|
||||
zabbix_agent_service: zabbix-agent
|
||||
zabbix_agent_conf: zabbix_agentd.conf
|
||||
zabbix_agent2_conf: zabbix_agent2.conf
|
||||
|
||||
zabbix_valid_agent_versions:
|
||||
"9":
|
||||
- 6.4
|
||||
- 6.2
|
||||
- 6.0
|
||||
"8":
|
||||
- 6.4
|
||||
- 6.2
|
||||
- 6.0
|
||||
"7":
|
||||
- 6.4
|
||||
- 6.2
|
||||
- 6.0
|
||||
Reference in New Issue
Block a user