commit | bbaef449e5e28b0e19b4d764ece32e924380c781 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 30 13:02:00 2017 -0400 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 30 13:02:00 2017 -0400 |
tree | 361d7b1d4cd644d52e62620a486f4c78ec8b5bf9 | |
parent | c08d7c5e8b7582df76faba9cc6aea30729990788 [diff] |
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