Send events to Graphite using Ansible Example tasks: - name: "Send Graphite Event" graphite_event: url="http://graphite.example.com/events/" msg="Test Ansible" tags="test" Run Example playbook ansible-playbook -i inventory main.yaml