From 48eedc7f5caee5ee1e067766ac8939319139ec59 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 21 Jul 2016 16:41:15 -0500 Subject: [PATCH] Remove callback plugins This change removes the callback plugins that we've been using as they seem to be getting in the way of a successful gate due to slowdowns caused by the call back action and memory consumption. Change-Id: Ic33f3f5c8c63412d940d199c3fd3a137f5e2b64d Signed-off-by: Kevin Carter --- playbooks/ansible.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/playbooks/ansible.cfg b/playbooks/ansible.cfg index 705ce5852e..57f7f14a07 100644 --- a/playbooks/ansible.cfg +++ b/playbooks/ansible.cfg @@ -6,9 +6,6 @@ roles_path = /etc/ansible/roles:roles lookup_plugins = /etc/ansible/roles/plugins/lookup filter_plugins = /etc/ansible/roles/plugins/filter action_plugins = /etc/ansible/roles/plugins/action -callback_plugins = /etc/ansible/roles/plugins/callback - -callback_whitelist = '' library = /etc/ansible/roles/plugins/library