Commit Graph

6462 Commits (7daa4adefa37c81fd093aeaa1d5fdcbbc8a50968)
 

Author SHA1 Message Date
Brian Coca 7daa4adefa Merge pull request #40 from andyhky/xenserver_module
Add XenServer module
11 years ago
Brian Coca 3a987b49fc Merge pull request #778 from wimnat/feature/ec2_vpc_route_table_facts
New module - ec2_vpc_route_table_facts
11 years ago
Toshio Kuratomi 0297a7e7e6 Use fetch_urls code to do basic auth instead of our own i nthe twilio
module
11 years ago
Brian Coca e30d8b84fe more doc fixes 11 years ago
Toshio Kuratomi 4e5c5fa728 Merge pull request #737 from ansible/fetch_url-twilio
Port twilio to fetch_url
11 years ago
Toshio Kuratomi aa1b4caa8a Merge pull request #734 from ansible/fetch_url-uptimerobot
Port uptimerobot to fetch_url
11 years ago
Toshio Kuratomi 27e7f03d57 Merge pull request #740 from ansible/fetch_url-layman
Port layman to fetch_url
11 years ago
Toshio Kuratomi 079720a341 Merge pull request #738 from ansible/fetch_url-typetalk
Port typetalk to fetch_url
11 years ago
Toshio Kuratomi 5a2869bc10 Merge pull request #736 from ansible/fetch_url-sendgrid
Port sendgrid to fetch_url
11 years ago
Toshio Kuratomi 4a43f52437 Use fetch_url's basic auth instead of code specific to this module 11 years ago
Brian Coca 1d06ee6e2d minor doc fixes to pam_limits 11 years ago
Rob White 5f5ae26cc1 New module - ec2_vpc_route_table_facts 11 years ago
Brian Coca 82c6a87bb0 Merge pull request #96 from usawa/devel
Add pam_limits module to ansible : modify PAM limits for Linux
11 years ago
Andy Hill b37777ed21 Add xenserver_facts module
This module gathers facts about a XenServer host, gathering them in a single
connection instead of multiple xe commands.
11 years ago
Brian Coca a6e0fcaf6c Merge pull request #776 from drybjed/update-virt_pool
Update author information in virt_pool docs
11 years ago
Brian Coca 0bdeb9ee47 Merge pull request #757 from drybjed/virt_net
libvirt: virt_net module
11 years ago
Toshio Kuratomi 551972c26d Merge pull request #733 from ansible/fetch_url-librato
Port librato_annotation to fetch_url
11 years ago
Maciej Delmanowski 375b2234b1 Update author information in virt_pool docs 11 years ago
Maciej Delmanowski 2af729944a Update author information in virt_net docs 11 years ago
Brian Coca 3cbe8cea0b Merge pull request #775 from resmo/for-ansible
cloudstack: fix typos in doc
11 years ago
Rene Moser 5abaab68a4 cloudstack: fix typos in doc 11 years ago
Brian Coca 0984e9964f Merge pull request #756 from drybjed/virt_pool
libvirt: virt_pool module
11 years ago
Brian Coca 9a771ce91a Merge pull request #700 from markleehamilton/openvswitch-bridge-v1
Add support for external_id and fail_mode. Updated syntax to pass pep…
11 years ago
Brian Coca 4563d17953 Merge pull request #768 from fnando/fix-hipchat-notifier
Hipchat uses incorrect variable name.
11 years ago
Nando Vieira 439bccc286 Use correct variable name. 11 years ago
Maciej Delmanowski c011923e3b Remove unused parameter from method arguments 11 years ago
Maciej Delmanowski 39b635ae79 Rewrite method to not use try/except
Additional checks are not needed, because 'self.conn.get_entry(-1)'
returns all existing entries, each one should have state defined.
11 years ago
Maciej Delmanowski d8b6dd5927 Rewrite for loops in a more Pythonic style 11 years ago
Maciej Delmanowski 055a31ba07 Remove separate check for Xen
Module checked for Xen-based system, however since 'xen:///' URI support
exists in 'libvirt', we should use it explicitly instead.
11 years ago
Maciej Delmanowski 13e51060ec Remove unused parameter from method arguments 11 years ago
Maciej Delmanowski 2b15b0564c Add whitespace so diff with 'virt_pool' is easier 11 years ago
Maciej Delmanowski dc92f0af4c Rewrite method to not use try/except
Additional checks are not needed, because 'self.conn.get_entry(-1)'
returns all existing entries, each one should have state defined.
11 years ago
Maciej Delmanowski 00e7e225ce Rewrite for loops in a more Pythonic style 11 years ago
Maciej Delmanowski 8b2cc4f7bb Remove separate check for Xen
Module checked for Xen-based system, however since 'xen:///' URI support
exists in 'libvirt', we should use it explicitly instead.
11 years ago
Brian Coca 146c2ac3bc Merge pull request #763 from mscherer/fix_656
Do not assume that /var/lib/locales/supported.d/local exist
11 years ago
Brian Coca 50fd324998 Merge pull request #764 from mscherer/fix_507
Move examples to EXAMPLES variable
11 years ago
Brian Coca 7676213528 Merge pull request #765 from mscherer/fix_ansible_11395
Use the parameter 'name' everywhere for consistency
11 years ago
Brian Coca b26a2ea396 Merge pull request #413 from mahadeva604/devel
Add rootdir option to pkgng
11 years ago
Brian Coca 45db08bb3a Merge pull request #762 from indrajitr/devel
Improve pacman module
11 years ago
Michael Scherer 162f257412 Use the parameter 'name' everywhere for consistency
Fix https://github.com/ansible/ansible/issues/11395
11 years ago
Michael Scherer c089ab0dd8 Move examples to EXAMPLES variable
Partially fix #507
11 years ago
Michael Scherer 1d5afdc139 Do not assume that /var/lib/locales/supported.d/local exist
Since people can generate their own image with debootstrap, and
this wouldn't create a file /var/lib/locales/supported.d/local,
better check if it exist and work if it doesn't.

Fix #656
11 years ago
mahadeva604 c3a0a3376a Merge https://github.com/ansible/ansible-modules-extras into devel
Conflicts:
	packaging/os/pkgng.py
11 years ago
Indrajit Raychaudhuri e41597a033 Improve pacman module
- detect and use pacman_path via get_bin_path helper
- simplify pending upgrade detection
- apply outstanding changes from #358, #41
11 years ago
Konstantin Shalygin 8f3a2a8e3d add 'version_add' 11 years ago
Konstantin Shalygin d8d90ecb03 add force remove feature 11 years ago
Konstantin Shalygin ca1daba8bb add upgrade future, patch by n0vember- 11 years ago
Brian Coca dfdd2bb5ed fixed license and copyright 11 years ago
Brian Coca e35778feba removed redundant version added 11 years ago
Brian Coca c0ca23b53d Merge pull request #746 from bennojoy/vca_vapp
Module for creating vapp/vm in vcloud or vcd
11 years ago