Adding Hipchat integration and fixing port bug
This release integrates Hipchat notifications into the role (see defaults/main.yml
for variables to set).
Also fixes a bug where detection of whether the port was just a value depended on it being a number, but variables specified in group_vars and on the command line are strings. Now just assumes that it is a value if it is not iterable.