summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Switch from httplib to fetch_urlfetch_url-pushoverToshio Kuratomi2015-07-281-19/+28
* Use fetch_urls code to do basic auth instead of our own i nthe twilioToshio Kuratomi2015-07-281-5/+5
* more doc fixesBrian Coca2015-07-282-2/+2
* Merge pull request #737 from ansible/fetch_url-twilioToshio Kuratomi2015-07-281-13/+14
|\
| * Port twilio to fetch_urlfetch_url-twilioToshio Kuratomi2015-07-201-13/+14
* | Merge pull request #734 from ansible/fetch_url-uptimerobotToshio Kuratomi2015-07-281-88/+65
|\ \
| * | Port uptimerobot to fetch_urlfetch_url-uptimerobotToshio Kuratomi2015-07-201-88/+65
| |/
* | Merge pull request #740 from ansible/fetch_url-laymanToshio Kuratomi2015-07-281-22/+35
|\ \
| * | Port layman to fetch_urlfetch_url-laymanToshio Kuratomi2015-07-221-22/+35
| |/
* | Merge pull request #738 from ansible/fetch_url-typetalkToshio Kuratomi2015-07-281-11/+20
|\ \
| * | Port typetalk to fetch_urlfetch_url-typetalkToshio Kuratomi2015-07-201-11/+20
| |/
* | Merge pull request #736 from ansible/fetch_url-sendgridToshio Kuratomi2015-07-281-14/+13
|\ \
| * | Port sendgrid to fetch_urlfetch_url-sendgridToshio Kuratomi2015-07-201-14/+13
| |/
* | Use fetch_url's basic auth instead of code specific to this moduleToshio Kuratomi2015-07-281-6/+5
* | minor doc fixes to pam_limitsBrian Coca2015-07-281-2/+2
* | Merge pull request #96 from usawa/develBrian Coca2015-07-281-0/+236
|\ \
| * | Update pam_limits.pySebastien ROHAUT2015-06-211-9/+3
| * | Add "-" to ulimit typeSebastien ROHAUT2015-01-231-1/+1
| * | Update pam_limits.pySebastien ROHAUT2014-12-241-4/+24
| * | Update pam_limits.pySebastien ROHAUT2014-10-301-1/+1
| * | Update pam_limits.pySebastien ROHAUT2014-10-301-1/+0
| * | Update pam_limits.pySebastien ROHAUT2014-10-301-0/+1
| * | Update pam_limits.pySebastien ROHAUT2014-10-301-2/+2
| * | Create pam_limits.pySebastien ROHAUT2014-10-301-0/+222
* | | Merge pull request #776 from drybjed/update-virt_poolBrian Coca2015-07-271-1/+1
|\ \ \
| * | | Update author information in virt_pool docsMaciej Delmanowski2015-07-281-1/+1
* | | | Merge pull request #757 from drybjed/virt_netBrian Coca2015-07-271-0/+543
|\ \ \ \
| * | | | Update author information in virt_net docsMaciej Delmanowski2015-07-281-1/+1
| * | | | Remove unused parameter from method argumentsMaciej Delmanowski2015-07-251-2/+2
| * | | | Add whitespace so diff with 'virt_pool' is easierMaciej Delmanowski2015-07-251-0/+1
| * | | | Rewrite method to not use try/exceptMaciej Delmanowski2015-07-251-11/+6
| * | | | Rewrite for loops in a more Pythonic styleMaciej Delmanowski2015-07-251-8/+4
| * | | | Remove separate check for XenMaciej Delmanowski2015-07-251-7/+1
| * | | | libvirt: virt_net moduleMaciej Delmanowski2015-07-241-0/+557
* | | | | Merge pull request #733 from ansible/fetch_url-libratoToshio Kuratomi2015-07-271-8/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Port librarto_annotation from urllib2 to fetch_urlfetch_url-libratoToshio Kuratomi2015-07-201-8/+6
| | |_|/ | |/| |
* | | | Merge pull request #775 from resmo/for-ansibleBrian Coca2015-07-272-2/+2
|\ \ \ \
| * | | | cloudstack: fix typos in docRene Moser2015-07-282-2/+2
|/ / / /
* | | | Merge pull request #756 from drybjed/virt_poolBrian Coca2015-07-271-0/+690
|\ \ \ \
| * | | | Remove unused parameter from method argumentsMaciej Delmanowski2015-07-251-2/+2
| * | | | Rewrite method to not use try/exceptMaciej Delmanowski2015-07-251-11/+6
| * | | | Rewrite for loops in a more Pythonic styleMaciej Delmanowski2015-07-251-8/+4
| * | | | Remove separate check for XenMaciej Delmanowski2015-07-251-7/+1
| * | | | libvirt: virt_pool moduleMaciej Delmanowski2015-07-241-0/+705
| | |/ / | |/| |
* | | | Merge pull request #700 from markleehamilton/openvswitch-bridge-v1Brian Coca2015-07-271-22/+159
|\ \ \ \
| * | | | removed syslog importMark Hamilton2015-07-201-2/+0
| * | | | Changed syntax to support python2.4. Allow external_ids to be None.Mark Hamilton2015-07-161-25/+31
| * | | | removed syslog. Generalized external id concept. Now user can add or remove m...Mark Hamilton2015-07-141-36/+63
| * | | | Add support for external_id and fail_mode. Updated syntax to pass pep8 v1.6.2...Mark Hamilton2015-07-081-23/+129
* | | | | Merge pull request #768 from fnando/fix-hipchat-notifierBrian Coca2015-07-271-5/+5
|\ \ \ \ \