Uses the terminal-notifier command line tool to raise awareness that a playbook has finished. It's always invoked on the localhost.
- OSX 10.9 and above
- the terminal notifier mentioned above
This does not work on Ubuntu Trusty or any other platform except from OSX. But I had to add a platform to the meta section otherwise it would not be accepted as a valid role.
---
terminal_notifier_msg: "No errors were encountered! Pat your self on the back and go get some coffee!"
terminal_notifier_sound: default
terminal_notifier_title: "Ansible run finished"
- Add ability to shout at you when the plays failed!
In lieu of a formal styleguide, take care to maintain the existing coding style. Would be create if you added unit tests, that's on my todo list aswell :]
- Fork it
- Create your feature branch (git checkout -b feature/my-cool-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin feature/my-new-feature)
- Create new Pull Request
Copyright (c) mychiara | svs under the GPLv2 license.