|
@@ -15,6 +15,7 @@
|
|
|
- include_vars: template_ops_tools.yml
|
|
|
- include_vars: template_app_zabbix_server.yml
|
|
|
- include_vars: template_app_zabbix_agent.yml
|
|
|
+- include_vars: template_performance_copilot.yml
|
|
|
|
|
|
- name: Include Template Heartbeat
|
|
|
include: ../../lib_zabbix/tasks/create_template.yml
|
|
@@ -79,3 +80,11 @@
|
|
|
server: "{{ ozb_server }}"
|
|
|
user: "{{ ozb_user }}"
|
|
|
password: "{{ ozb_password }}"
|
|
|
+
|
|
|
+- name: Include Template Performance Copilot
|
|
|
+ include: ../../lib_zabbix/tasks/create_template.yml
|
|
|
+ vars:
|
|
|
+ template: "{{ g_template_performance_copilot }}"
|
|
|
+ server: "{{ ozb_server }}"
|
|
|
+ user: "{{ ozb_user }}"
|
|
|
+ password: "{{ ozb_password }}"
|