Merge pull request 'Fix a typo.' (#5) from adellam/ansible-role-zabbix-agent:master into master
This commit is contained in:
commit
7b649fe6c7
|
@ -6,7 +6,7 @@ zabbix_agent_ubuntu_repo: 'https://repo.zabbix.com/zabbix/{{ zabbix_repo_version
|
|||
zabbix_agent_centos_repo: 'https://repo.zabbix.com/zabbix/{{ zabbix_repo_version }}/rhel/{{ ansible_distribution_major_version }}/x86_64/zabbix-release-{{ zabbix_repo_version }}-1.el7.noarch.rpm'
|
||||
|
||||
zabbix_agent_conf_dir: /etc/zabbix
|
||||
zabbix_agent_include_conf_dir: '{{ zabbix_agent_conf_dir }}/zabbix_agent.d'
|
||||
zabbix_agent_include_conf_dir: '{{ zabbix_agent_conf_dir }}/zabbix_agentd.d'
|
||||
zabbix_agent_log_dir: '/var/log/zabbix'
|
||||
zabbix_agent_tcp_port: 10050
|
||||
zabbix_agent_debuglevel: 3
|
||||
|
|
Loading…
Reference in New Issue