Commit graph

6660 commits

Author SHA1 Message Date
Brian Coca
ec060fa758 Merge pull request #816 from resmo/for-ansible
cloudstack: bug fix and doc updates
2015-08-10 09:23:52 -04:00
Rene Moser
cbb2e96993 cloudstack: doc fixes 2015-08-08 15:43:32 +02:00
Rene Moser
e71daafd8e cloudstack: fix KeyError: 'public_ip' in cs_instance 2015-08-08 15:40:05 +02:00
Michael Schuett
fdfabb264a Fix username
Had missed one username and mixed up one with the other.
2015-08-07 17:47:55 -04:00
Michael Schuett
ea48c729cb remove quotes 2015-08-07 15:19:32 -04:00
Michael Schuett
4f32de4457 Add link
link to github users accounts
2015-08-07 15:08:51 -04:00
Michael Schuett
e75d1fcf09 Update REVIEWERS.md
Added myself.... and updated the formatting so you have less eye bleeding when looking at it.
2015-08-07 12:47:52 -04:00
Brian Coca
22d209ee64 Merge pull request #760 from michaeljs1990/devel
ec2_remote_facts module
2015-08-06 23:57:39 -04:00
Brian Coca
66d51b895d Merge pull request #810 from resmo/feature/cs_domain
cloudstack: new module cs_domain
2015-08-06 23:39:35 -04:00
Brian Coca
210ee3febc minor doc fix 2015-08-05 17:35:55 -04:00
Toshio Kuratomi
cbac99de20 Merge pull request #784 from ansible/fetch_url-pushover
Switch from httplib to fetch_url
2015-08-05 09:42:30 -07:00
Chris Church
086c94687d Merge pull request #797 from cchurch/fix_win_iis_website_get_website
win_iis_website: Workaround bug in Get-Website cmdlet.
2015-08-04 19:08:07 -04:00
Trey Perry
7c1bcbc524 Adding license and removing errant default on the hosts option 2015-08-04 15:42:59 -05:00
Trey Perry
a14f6d4db8 Contributing a ZooKeeper module (requires Kazoo) 2015-08-04 12:55:19 -05:00
Rene Moser
f74d8cb1e6 cloudstack: new module cs_domain 2015-08-04 18:32:36 +02:00
Brian Coca
a0558a90b2 Merge pull request #598 from wimnat/feature/ec2_vpc_subnet
Feature/ec2 vpc subnet
2015-08-04 11:54:37 -04:00
Brian Coca
31165d1974 Merge pull request #808 from defionscode/vsphere_copy_fix
Doc string fix for vsphere_copy
2015-08-04 09:32:45 -04:00
Jonathan Davila
757b952be4 Doc string fix for vsphere_copy 2015-08-04 07:52:51 -05:00
Matt Baldwin
8fda15fef5 Rebuild of ealier PR. 2015-08-03 15:00:04 -07:00
Matt Baldwin
ae116e95b2 Rebuild of a previous PR. 2015-08-03 14:46:53 -07:00
Matt Baldwin
e3fdb834b4 Rebuild of previous PR. 2015-08-03 14:34:08 -07:00
Matt Baldwin
2474a1f7cf Rebuilt commit for Ansible PR. 2015-08-03 13:37:56 -07:00
Brian Coca
1b98210f5f minor doc uptates 2015-08-03 16:34:45 -04:00
Brian Coca
5931d84ca8 Merge pull request #772 from KimNorgaard/add-slack-pkg-support
Add slack pkg support
2015-08-03 16:30:37 -04:00
Brian Coca
778e51c6b1 updated version_added 2015-08-03 16:28:02 -04:00
Brian Coca
cf2e9ba0da Merge pull request #725 from kbrebanov/apk-module
Adding apk module
2015-08-03 16:25:46 -04:00
Kevin Brebanov
5d6f0d153c Use the module's get_bin_path function to find 'apk' and reuse the return value in all functions 2015-08-03 16:14:09 -04:00
Brian Coca
a0ed852223 Merge pull request #749 from alxgu/zypper_localrpm
zypper: Add local/remote rpm installation
2015-08-03 11:43:10 -04:00
Chris Church
6a7b2f5869 Workaround for bug in PowerShell Get-Website cmdlet. 2015-08-02 11:31:15 -04:00
whiter
e299952bca Changed resource_tags to tags to match other modules (resource_tags still an alias)
Added get_subnet_info method to return more subnet info - matches same method in ec2_vpc_subnet_facts module
Rework of tags - will now only apply the tags listed in the module.  Existing tags not listed will be removed (desired state!)
2015-08-02 21:46:40 +10:00
Toshio Kuratomi
f59a71a243 Merge pull request #796 from toabctl/zypper_repository-bugfix
zypper_repository: Fix repo parsing for empty list
2015-08-01 13:05:11 -07:00
Thomas Bechtold
04496b70ae zypper_repository: Fix repo parsing for empty list
When no repositories are defined in zypper, the return code
of "zypper repos" is 6. Handle that case and don't fail
if zypper_repository has to deal with an empty repo list.

Fixes https://github.com/ansible/ansible-modules-extras/issues/795
2015-08-01 21:27:01 +02:00
Kim Nørgaard
c66a3fd4e1 fixed a few issues pointed out by @resmo, pyflakes, pep8 2015-07-31 11:21:25 +02:00
Brian Coca
27bf193483 added missing license headers
fixes #508
2015-07-30 14:48:59 -04:00
Siva Popuri
b8d9ab898d Ansible module for modifying existing servers in Centurylink cloud 2015-07-30 13:34:13 -05:00
Michael Schuett
2583ae6df0 Cleanup docs
Change to 2.0 release and remove unneeded empty aliases.
2015-07-30 01:26:36 -04:00
Michael Schuett
e8e0076bf4 Update and rename ec2_search.py to ec2_remote_facts.py 2015-07-29 22:21:14 -04:00
Brian Coca
50f4b2c3de minor doc fix 2015-07-29 22:11:36 -04:00
Brian Coca
8bd3ead27e Merge pull request #22 from mscherer/add_selinux_permissive
Add selinux_permissive module, to be able to manage permissive domain
2015-07-29 22:09:19 -04:00
whiter
d40bdd4645 Updated doco for vpc_subnet 2015-07-30 11:37:01 +10:00
Brian Coca
aa747818d9 Merge pull request #785 from srvg/bug/openiscsi-emptylist
open_iscsi: return devicenodes as empty list if no LUN's
2015-07-29 20:16:50 -04:00
Kevin Brebanov
6aaae617ca Modify 'name' argument to be of type 'list' in order to support 'with_items' looping 2015-07-29 16:27:26 -04:00
Serge van Ginderachter
d2b44b1053 open_iscsi: minor PEP8 whitespace fixes 2015-07-29 16:16:15 +02:00
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.
2015-07-29 16:13:02 +02:00
Brian Coca
827b2a4196 clarified xmpp lib to use 2015-07-28 18:53:30 -04:00
Brian Coca
74c20b0639 Merge pull request #748 from bennojoy/vca_nat
Module for modifying nat rules  in vcloud air or vcd
2015-07-28 18:46:07 -04:00
Brian Coca
322c1a871c Merge pull request #747 from bennojoy/vca_fw
Module for modifying firewall rules  in vcloud air or vcd
2015-07-28 18:44:37 -04:00
Brian Coca
128e5284fc minor doc fixes to xenserver_facts 2015-07-28 16:12:50 -04:00
Brian Coca
7daa4adefa Merge pull request #40 from andyhky/xenserver_module
Add XenServer module
2015-07-28 16:10:37 -04:00
Toshio Kuratomi
fe69c0e67a Switch from httplib to fetch_url 2015-07-28 12:23:54 -07:00