summaryrefslogtreecommitdiffstats
path: root/roles/os_zabbix/tasks
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-10-02 12:59:52 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-10-02 12:59:52 -0400
commitc443f3fc1b901b72a58e0e28b5a280cec205cbbd (patch)
treec86ab69cda7d6a1402c779968bb20b41c8fd4012 /roles/os_zabbix/tasks
parentfe5da92d3772802dc50d0bbe602e67cc3b5c7dec (diff)
parente40b829103db88072c0e5fc759bff239cb214a43 (diff)
downloadopenshift-c443f3fc1b901b72a58e0e28b5a280cec205cbbd.tar.gz
openshift-c443f3fc1b901b72a58e0e28b5a280cec205cbbd.tar.bz2
openshift-c443f3fc1b901b72a58e0e28b5a280cec205cbbd.tar.xz
openshift-c443f3fc1b901b72a58e0e28b5a280cec205cbbd.zip
Merge pull request #651 from twiest/cpr
added Template Ops Tools
Diffstat (limited to 'roles/os_zabbix/tasks')
-rw-r--r--roles/os_zabbix/tasks/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/os_zabbix/tasks/main.yml b/roles/os_zabbix/tasks/main.yml
index 8347e9a61..28e900255 100644
--- a/roles/os_zabbix/tasks/main.yml
+++ b/roles/os_zabbix/tasks/main.yml
@@ -12,6 +12,7 @@
- include_vars: template_docker.yml
- include_vars: template_openshift_master.yml
- include_vars: template_openshift_node.yml
+- include_vars: template_ops_tools.yml
- name: Include Template Heartbeat
include: ../../lib_zabbix/tasks/create_template.yml
@@ -52,3 +53,11 @@
server: "{{ ozb_server }}"
user: "{{ ozb_user }}"
password: "{{ ozb_password }}"
+
+- name: Include Template Ops Tools
+ include: ../../lib_zabbix/tasks/create_template.yml
+ vars:
+ template: "{{ g_template_ops_tools }}"
+ server: "{{ ozb_server }}"
+ user: "{{ ozb_user }}"
+ password: "{{ ozb_password }}"