ansible playbook for sensu and graphite

I published a playbook for deploying sensu https://github.com/InformatiQ/sensu-ansible
feel free to use it or fix it
I would appreciate any feedback/comments on how it is implemented

Thanks

Looks good!

I would keep your files and templates in the files/ and templates/ subdirectory of the role to avoid having to do the …/…/confs kind of thing.

You have a few legacy variable usages still in place like $item or “$item.pem” that I would correct to {{ item }} and {{ item }}.pem