Commit Graph

11 Commits (33716b18374059b18c08a8724b684ca48db3c41c)

Author SHA1 Message Date
Stefan Horning 8e20fcfafe Streamlined ec2_elb_facts module return values with naming in ec2_elb… (#2081)
* Streamlined ec2_elb_facts module return values with naming in ec2_elb_lb (hosted zones)

* Keep the old return values for hosted zone to keep backwards compatibility
10 years ago
nonshankus 738f4cb27d Adding missing attributes regarding the hosted zone. 10 years ago
Sumit Roy acc51c2944 Ensure that port_path is split into at most 2 components.
cloudstack: cs_instance: fix do not require name to be set to avoid clashes

Require one of display_name or name. If both is given, name is used as identifier.

cloudstack: fix name is not case insensitive

cloudstack: cs_template: implement state=extracted

Update f5 validate_certs functionality to do the right thing on multiple python versions

This requires the implementation in the module_utils code here
https://github.com/ansible/ansible/pull/13667 to funciton

fixed domain_id to actually be supported

also added domain as an alias
alt fixes #1437

Simplify the code and remove use_unsafe_shell=True

While there is no security issue with this shell snippet, it
is better to not rely on shell and avoid use_unsafe_shell.

Fix for issue #1074. Now able to create volume without replica's.

Improved fix for #1074. Both None and '' transform to fqdn.

Fix for ansible-modules-extras issue #1080
10 years ago
Robb Wagoner 4be856a40c InService percent key as literal percent (i.e 50, not .5) 10 years ago
Robb Wagoner 3226ad4284 Include instance states (InService or OutOfService) as ELB facts 10 years ago
Constantin07 53e6e8c936 Print explicit error cause when no ELBs are found in AWS 10 years ago
Toshio Kuratomi 3c4f954f0f Don't raise or catch StandardError in amazon modules 10 years ago
Brian Coca 205115ea1f updated to use shared region docs from ec2 10 years ago
Michael J. Schultz 913266c04f Remove old Ansible AWS magic 10 years ago
Michael J. Schultz be59c0063b Names and aliases matching other modules 10 years ago
Michael J. Schultz e44ba01b18 Add EC2 ELB Facts module to gather facts about ELBs! 10 years ago