summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | module
* 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_url
| * 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_url
| * | 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_url
| * | 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_url
| * | 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_url
| * | 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
|\ \ | | | | | | Add pam_limits module to ansible : modify PAM limits for Linux
| * | Update pam_limits.pySebastien ROHAUT2015-06-211-9/+3
| | | | | | | | | | | | | | | Add version 2.0 Remove default: from documentation for required values use atomic_move from ansible module API
| * | Add "-" to ulimit typeSebastien ROHAUT2015-01-231-1/+1
| | | | | | | | | Just edited pam_types to add the '-', as explained in man 5 limits.conf
| * | Update pam_limits.pySebastien ROHAUT2014-12-241-4/+24
| | | | | | | | | | | | - Comments are now managed correctly - Cannot use use_min and use_max at the same time
| * | Update pam_limits.pySebastien ROHAUT2014-10-301-1/+1
| | | | | | | | | Change path
| * | 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
| | | | | | | | | Tabs...
| * | Create pam_limits.pySebastien ROHAUT2014-10-301-0/+222
| | | | | | | | | | | | The pam_limits module modify PAM limits, default in /etc/security/limits.conf. For the full documentation, see man limits.conf(5).
* | | Merge pull request #776 from drybjed/update-virt_poolBrian Coca2015-07-271-1/+1
|\ \ \ | | | | | | | | Update author information in virt_pool docs
| * | | 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
|\ \ \ \ | | | | | | | | | | libvirt: virt_net module
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | Additional checks are not needed, because 'self.conn.get_entry(-1)' returns all existing entries, each one should have state defined.
| * | | | Rewrite for loops in a more Pythonic styleMaciej Delmanowski2015-07-251-8/+4
| | | | |
| * | | | Remove separate check for XenMaciej Delmanowski2015-07-251-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Module checked for Xen-based system, however since 'xen:///' URI support exists in 'libvirt', we should use it explicitly instead.
| * | | | libvirt: virt_net moduleMaciej Delmanowski2015-07-241-0/+557
| | | | | | | | | | | | | | | | | | | | This module manages network configuration in libvirt.
* | | | | Merge pull request #733 from ansible/fetch_url-libratoToshio Kuratomi2015-07-271-8/+6
|\ \ \ \ \ | |_|/ / / |/| | | | Port librato_annotation to fetch_url
| * | | | 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 doc
| * | | | cloudstack: fix typos in docRene Moser2015-07-282-2/+2
|/ / / /
* | | | Merge pull request #756 from drybjed/virt_poolBrian Coca2015-07-271-0/+690
|\ \ \ \ | | | | | | | | | | libvirt: virt_pool module
| * | | | Remove unused parameter from method argumentsMaciej Delmanowski2015-07-251-2/+2
| | | | |
| * | | | Rewrite method to not use try/exceptMaciej Delmanowski2015-07-251-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Additional checks are not needed, because 'self.conn.get_entry(-1)' returns all existing entries, each one should have state defined.
| * | | | Rewrite for loops in a more Pythonic styleMaciej Delmanowski2015-07-251-8/+4
| | | | |
| * | | | Remove separate check for XenMaciej Delmanowski2015-07-251-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Module checked for Xen-based system, however since 'xen:///' URI support exists in 'libvirt', we should use it explicitly instead.
| * | | | libvirt: virt_pool moduleMaciej Delmanowski2015-07-241-0/+705
| | |/ / | |/| | | | | | | | | | This module manages storage pool configuration in libvirt.
* | | | Merge pull request #700 from markleehamilton/openvswitch-bridge-v1Brian Coca2015-07-271-22/+159
|\ \ \ \ | | | | | | | | | | Add support for external_id and fail_mode. Updated syntax to pass pep…
| * | | | 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 ↵Mark Hamilton2015-07-141-36/+63
| | | | | | | | | | | | | | | | | | | | multiple external ids. Added documenation about fail_main parameter.
| * | | | Add support for external_id and fail_mode. Updated syntax to pass pep8 ↵Mark Hamilton2015-07-081-23/+129
| | | | | | | | | | | | | | | | | | | | v1.6.2 and pylint v0.25.0
* | | | | Merge pull request #768 from fnando/fix-hipchat-notifierBrian Coca2015-07-271-5/+5
|\ \ \ \ \ | | | | | | | | | | | | Hipchat uses incorrect variable name.