ansible add
This commit is contained in:
20
zabbix-agent.yaml
Normal file
20
zabbix-agent.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
- hosts: all
|
||||
roles:
|
||||
- role: zabbix-agent
|
||||
zabbix_agent_server: 10.10.43.252
|
||||
zabbix_agent_serveractive: 10.10.43.252
|
||||
zabbix_api_server_host: 10.10.43.252
|
||||
zabbix_api_server_port: 80
|
||||
ansible_zabbix_url_path: "/"
|
||||
zabbix_api_login_user: sa8001
|
||||
zabbix_api_login_pass: ios2011a
|
||||
zabbix_api_create_hostgroup: false
|
||||
zabbix_api_create_hosts: true
|
||||
zabbix_agent_host_state: present
|
||||
zabbix_host_groups:
|
||||
- Linux servers
|
||||
- Virtual machines
|
||||
zabbix_agent_link_templates:
|
||||
- Linux by Zabbix agent
|
||||
zabbix_agent_version: 6.4
|
||||
Reference in New Issue
Block a user