Advertisement
Guest User

Untitled

a guest
Sep 6th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. - name: Enable Zabbix Server Monitoring
  2. local_action:
  3. module: zabbix_host
  4. server_url: "http://{{zabbix_server}}"
  5. login_user: Admin
  6. login_password: zabbix
  7. host_name: "Zabbix server"
  8. host_groups: "Zabbix servers"
  9. link_templates:
  10. - "Template App Zabbix Server"
  11. - "Template OS Linux"
  12. status: enabled
  13. state: present
  14. environment:
  15. http_proxy: http://localhost:8123
  16. tags: zabbix-hosts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement