-
Notifications
You must be signed in to change notification settings - Fork 23.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SMS notification module added: Plivo #8408
Conversation
Sends SMS notification globally using the Plivo SMS service
Just started using Ansible few weeks back and find it really awesome. Wrote my first Ansible module and it is well tested. I will upload the examples soon. Let me know, if I missed something in code or documentation. |
Thanks very much for the submission. Initially looks good, we have a bit of a submissions queue to get through though I see no problem with this hopping over into the notification modules. Much appreciated! |
Thanks @mpdehaan. Here's the Ansible playbook example: (README.md to be updated soon) |
Example docs updated: https://github.com/rohit01/ansible-plivo-example |
Any update on when we are planning to merge this? |
Module Repo InformationHi! Thanks very much for your interest in Ansible. It sincerely means a lot to us. On September 26, 2014, due to enormous levels of contribution to the project Ansible decided to reorganize module repos, making it easier We split modules from the main project off into two repos, http://github.com/ansible/ansible-modules-core and http://github.com/ansible/ansible-modules-extras If you still would like this pull request merged, we will need your help making this target the new repo. If you do not take any action, this We apologize that we are not able to make this transition happen seamlessly, though this is a one-time change and your help is greatly appreciated -- Both sets of modules will ship with Ansible, though they'll receive slightly different ticket handling. To locate where a module lives between 'core' and 'extras'
Otherwise, if this is a new module:
It may be possible to re-patriate your pull requests automatically, one user-submitted approach for advanced git users Additionally, should you need more help with this, you can ask questions on:
Thanks you very much! |
Sends SMS notification globally using the Plivo SMS service