Commit Graph

6677 Commits (60efbe8beccf1768e693788d2698c766e0129450)
 

Author SHA1 Message Date
Brian Coca 27bf193483 added missing license headers
fixes #508
9 years ago
Siva Popuri b8d9ab898d Ansible module for modifying existing servers in Centurylink cloud 9 years ago
Michael Schuett 2583ae6df0 Cleanup docs
Change to 2.0 release and remove unneeded empty aliases.
9 years ago
Michael Schuett e8e0076bf4 Update and rename ec2_search.py to ec2_remote_facts.py 9 years ago
Brian Coca 50f4b2c3de minor doc fix 9 years ago
Brian Coca 8bd3ead27e Merge pull request #22 from mscherer/add_selinux_permissive
Add selinux_permissive module, to be able to manage permissive domain
9 years ago
whiter d40bdd4645 Updated doco for vpc_subnet 9 years ago
Brian Coca aa747818d9 Merge pull request #785 from srvg/bug/openiscsi-emptylist
open_iscsi: return devicenodes as empty list if no LUN's
9 years ago
Kevin Brebanov 6aaae617ca Modify 'name' argument to be of type 'list' in order to support 'with_items' looping 9 years ago
Serge van Ginderachter d2b44b1053 open_iscsi: minor PEP8 whitespace fixes 9 years ago
Serge van Ginderachter b2f8e5dc59 Return devicenodes as empty list if no LUN's
got connected. It is possible for an intiator to successfully connect to a
target, whilst getting no LUN's back. If no devicenodes get detected, it makes
more sense to return an empty list than plainly None.

This potentially avoids further tasks to have to check if devicenodes is
iterable.
9 years ago
Brian Coca 827b2a4196 clarified xmpp lib to use 9 years ago
Brian Coca 74c20b0639 Merge pull request #748 from bennojoy/vca_nat
Module for modifying nat rules  in vcloud air or vcd
9 years ago
Brian Coca 322c1a871c Merge pull request #747 from bennojoy/vca_fw
Module for modifying firewall rules  in vcloud air or vcd
9 years ago
Brian Coca 128e5284fc minor doc fixes to xenserver_facts 9 years ago
Brian Coca 7daa4adefa Merge pull request #40 from andyhky/xenserver_module
Add XenServer module
9 years ago
Toshio Kuratomi fe69c0e67a Switch from httplib to fetch_url 9 years ago
Brian Coca 3a987b49fc Merge pull request #778 from wimnat/feature/ec2_vpc_route_table_facts
New module - ec2_vpc_route_table_facts
9 years ago
Toshio Kuratomi 0297a7e7e6 Use fetch_urls code to do basic auth instead of our own i nthe twilio
module
9 years ago
Brian Coca e30d8b84fe more doc fixes 9 years ago
Toshio Kuratomi 4e5c5fa728 Merge pull request #737 from ansible/fetch_url-twilio
Port twilio to fetch_url
9 years ago
Toshio Kuratomi aa1b4caa8a Merge pull request #734 from ansible/fetch_url-uptimerobot
Port uptimerobot to fetch_url
9 years ago
Toshio Kuratomi 27e7f03d57 Merge pull request #740 from ansible/fetch_url-layman
Port layman to fetch_url
9 years ago
Toshio Kuratomi 079720a341 Merge pull request #738 from ansible/fetch_url-typetalk
Port typetalk to fetch_url
9 years ago
Toshio Kuratomi 5a2869bc10 Merge pull request #736 from ansible/fetch_url-sendgrid
Port sendgrid to fetch_url
9 years ago
Toshio Kuratomi 4a43f52437 Use fetch_url's basic auth instead of code specific to this module 9 years ago
Siva Popuri 727d2b46fd Module for managing firewall policies in centurylink cloud 9 years ago
Siva Popuri f6e7f33d5e added no_log attribute to password argument. 9 years ago
Brian Coca 1d06ee6e2d minor doc fixes to pam_limits 9 years ago
Rob White 5f5ae26cc1 New module - ec2_vpc_route_table_facts 9 years ago
Brian Coca 82c6a87bb0 Merge pull request #96 from usawa/devel
Add pam_limits module to ansible : modify PAM limits for Linux
9 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.
9 years ago
Benno Joy abaf4ce59d update license 9 years ago
Benno Joy 047e37a28c update license 9 years ago
Brian Coca a6e0fcaf6c Merge pull request #776 from drybjed/update-virt_pool
Update author information in virt_pool docs
9 years ago
Brian Coca 0bdeb9ee47 Merge pull request #757 from drybjed/virt_net
libvirt: virt_net module
9 years ago
Toshio Kuratomi 551972c26d Merge pull request #733 from ansible/fetch_url-librato
Port librato_annotation to fetch_url
9 years ago
Maciej Delmanowski 375b2234b1 Update author information in virt_pool docs 9 years ago
Maciej Delmanowski 2af729944a Update author information in virt_net docs 9 years ago
Brian Coca 3cbe8cea0b Merge pull request #775 from resmo/for-ansible
cloudstack: fix typos in doc
9 years ago
Rene Moser 5abaab68a4 cloudstack: fix typos in doc 9 years ago
Siva Popuri f5a9b45856 clc_server: Ansible module for creating or deleting servers in Centurylink Cloud 9 years ago
Kim Nørgaard a778b1eba6 Add basic slackpkg support 9 years ago
Brian Coca 0984e9964f Merge pull request #756 from drybjed/virt_pool
libvirt: virt_pool module
9 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…
9 years ago
Brian Coca 4563d17953 Merge pull request #768 from fnando/fix-hipchat-notifier
Hipchat uses incorrect variable name.
9 years ago
Alexander Gubin 5eec20df56 zypper: Add local/remote rpm installation
Add remote rpm example
9 years ago
Nando Vieira 439bccc286 Use correct variable name. 9 years ago
Michael Scherer 2662ec9669 Add selinux_permissive module, to be able to manage permissive domain 9 years ago
Michael Schuett c08fa1269d Remove unneeded nesting
The double nesting causes an issue with setting a default empty list if you need to loop over this using with_items. This fixes the issue since it looks like ansible silently fails at setting the default if you use with_items: registered_var['one']['two'] where one is not set.
9 years ago