updated remove postgres registration
diff --git a/defaults/main.yml b/defaults/main.yml index 398820c..57f03be 100644 --- a/defaults/main.yml +++ b/defaults/main.yml
@@ -31,6 +31,12 @@ # Postgres command line tool psql: "/usr/bin/psql" +# Qpid stat tool +qpid_stat: '{{ apigee_home }}/apigee-qpidd/bin/qpid-stat' + +# Qpid queue depth +check_queue_depth: '{{ apigee_home }}/apigee-qpidd/bin/check_queue_depth.py' + # Local resource location local_apigee_path: ~/.apigee