https://github.com/mattmakai/ansible-notification-examples
Examples for Ansible's notifications modules in 1.6+
https://github.com/mattmakai/ansible-notification-examples
Last synced: 3 months ago
JSON representation
Examples for Ansible's notifications modules in 1.6+
- Host: GitHub
- URL: https://github.com/mattmakai/ansible-notification-examples
- Owner: mattmakai
- Created: 2014-05-16T13:47:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T14:28:27.000Z (about 10 years ago)
- Last Synced: 2025-02-28T13:24:13.886Z (4 months ago)
- Language: Python
- Size: 161 KB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible notifications examples
This project provides examples for many of the Ansible notification modules
as of Ansible 1.6.1 release.## Modules
* Hipchat
* TwilioExperimental Sendgrid module
## Walkthrough
Copy set\_envs.sh.template to set\envs.sh and fill in your environment
variables.The playbook uses the get\_url module to download a remote file
and save it to the local node. However, the filename has a typo so it fails.
We ignore the error and since the file did not download it kicks off the
notifications modules.