Michael Schuett
e8e0076bf4
Update and rename ec2_search.py to ec2_remote_facts.py
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
Michael Schuett
c64c2995a4
Document ignore_state
...
Added documentation for ignore_state and updated the example since you
would really only use this module if you are going to register it to a
variable.
9 years ago
Michael Schuett
1c6597ec73
Typo
...
Remove typo from when I recently was testing logic for also having an include state.
9 years ago
Michael Schuett
9df0473932
ec2_search module
...
This module lets you get information about any number of ec2 instances
in your environment. It also has the option of creating hostnames based
on the ip of your server.
9 years ago
Eric Johnson
14fffa5b53
Merge pull request #689 from dohoangkhiem/devel
...
New module: gce_tag
9 years ago
dohoangkhiem
f27a817cbf
Remove incorrect copyright | minor refinement of code convention
9 years ago
Toshio Kuratomi
26c1bd76c3
Fix typo in docs
9 years ago
Brian Coca
e93da2df99
Merge pull request #683 from StackPointCloud/feature/profitbricks-compute-module
...
ProfitBricks Compute Module
9 years ago
Brian Coca
46f01535ec
minor docfixes
9 years ago
Brian Coca
aea762bfce
fixed version added
9 years ago
Siva Popuri
6e861f7c74
Merge branch 'devel' into clc_group
9 years ago
Siva Popuri
4c0aaf8c90
Corrected the license text to match GPLv3
9 years ago
Brian Coca
edbd715985
Merge pull request #698 from CenturylinkTechnology/clc_publicip
...
clc_publicip : the ansible module to manage public ip on a centurylink cloud
9 years ago
Rene Moser
312b34ad81
cloudstack: new module cs_staticnat
9 years ago
Matt Baldwin
fd55a30757
Correcting issues raised by @abadger.
9 years ago
Rene Moser
7d6738ab9d
cloudstack: cs_instance: fix display_name not used in deployment
9 years ago
Rene Moser
8e6e9c782b
cloudstack: use get_or_fallback() from cloudstack utils
9 years ago
Rene Moser
6c9410dce9
cloudstack: cs_portforward: fix public_end_port was used for private_end_port
9 years ago
Brian Coca
591c22b18f
Merge pull request #680 from wimnat/feature/s3_logging
...
New module - s3_logging
9 years ago
Rob White
9fb2eae7dd
Doc fixup
9 years ago
Rob White
c791282c95
Removed requirement for target_bucket
9 years ago
Maciej Delmanowski
ebb9125567
virt: remove BabyJSON
...
Removed the usage of baby json. This is in response to the fact
that the baby json functionality was removed in Ansible 1.8
Ref: #430
9 years ago
Siva Popuri
fa7a5f4233
Added clc ansible module for managing groups in centurylink cloud
9 years ago
Siva Popuri
3e5fa95891
Revert "ansible modules for centurylink cloud are added"
...
This reverts commit 11c953477c
.
9 years ago
Rob White
dd4d33b1fe
New module - s3_logging
9 years ago
Brian Coca
cf764bf060
minor doc fixes
9 years ago
Siva Popuri
8a41108b2b
corrected the license string to make it compatible with GPLV3
9 years ago
Brian Coca
91690b67a1
Merge pull request #168 from bekelchik/bekelchik
...
New sts_assume_role module
9 years ago
Siva Popuri
3ac3f02c32
changes to include PR review comments
9 years ago
Boris Ekelchik
998bba4a21
Added changes requested by reviewers
...
Copied @wimnat incorporating changes requested in feedback comments
9 years ago
Rene Moser
1ccb21bd18
cloudstack: cs_instance: fix missing resource error in check mode if instance is not yet present
9 years ago
Siva Popuri
539fd2357b
Removed all of the clc-ansbile-modules and kept only clc_publicip as the first module to go
9 years ago
Siva Popuri
11c953477c
ansible modules for centurylink cloud are added
9 years ago
Matt Baldwin
689a7524bf
Resolving issues flagged in pull request #683
9 years ago
Toshio Kuratomi
639902ff20
Fix the documentation of route53_zone
9 years ago
dohoangkhiem
54a79ff856
New module: gce_tag for add/remove tags to/from GCE instance
9 years ago
Brian Coca
b6d3306f49
Merge pull request #624 from minichate/route53_zone
...
Add support for creating and deleting Route53 hosted zones
9 years ago
Matt Baldwin
2097dccaa4
Ansible ProfitBricks Compute Module.
9 years ago
Matt Martz
6a8c0cd89c
Merge pull request #268 from smashwilson/rax_clb_ssl
...
Rackspace Cloud Load Balancer SSL termination module
10 years ago
Ash Wilson
84880c5e35
Use rax_to_dict().
10 years ago
Ash Wilson
bd4023fe8f
Bring the examples up to date.
10 years ago
Ash Wilson
9462ad55e3
Guard calls that modify the CLB with try/except.
10 years ago
Ash Wilson
d1a63d39a2
Include the balancer acted upon in the result.
10 years ago
Ash Wilson
a706689a35
Bump version_added.
10 years ago
Quentin Stafford-Fraser
e724dc2bed
webfaction: Allow machine to be specified if account has more than one.
10 years ago
Brian Coca
aa1d2acb68
Merge pull request #645 from resmo/for-ansible
...
cloudstack: bugfixes
10 years ago
Matt Martz
fda25aa93b
Fix interpreter line in webfaction modules
10 years ago
Matt Martz
9f9422fcb5
Update vsphere_copy.py to use new style module_utils import
10 years ago
Brian Coca
d9778a40b5
Merge pull request #660 from dagwieers/patch-2
...
Work around a software bug in vSphere
10 years ago