Commit Graph

30 Commits (bb0ca4c1aa4e556a006e2ded4ee90ee89cc5610a)

Author SHA1 Message Date
James Cammarata bd5cf57e76 Merge pull request #7653 from evanccopengeo/devel
12 years ago
James Cammarata b3bbca03d5 Add additional params to get_target_from_rule method in ec2_group
12 years ago
evanccopengeo fac9a64d23 fixing problem where ansible would error out because Amazon was saying the group didnt exist yet (needed to wait a few more seconds for amazon to propagate correctly)
12 years ago
CorbanR 42f54238e4 updating example, to be more consistent with parameter names
12 years ago
James Cammarata 713657d684 Make sure the default ec2_group egress rule is not removed
12 years ago
James Cammarata 1ef0402f03 Make sure a default allow out rule exists if no other egress rules do
12 years ago
willthames 509561f658 Moved AWS modules over to common module fragments
12 years ago
Michael DeHaan 5b5ab78183 Add version_added to docs.
12 years ago
Maykel Moya 6a92d48b0f ec2_group: Document group_desc rule param
12 years ago
Maykel Moya a429ff26dc ec2_group: Add documentation for rules_egress
12 years ago
Maykel Moya b642e39e67 ec2_group: rules are not a required task argument
12 years ago
Maykel Moya 3156df9931 ec2_group: Request a fresh group object after creation
12 years ago
Maykel Moya 649fcd3e1c ec2_group: Auto create missing groups referenced in rules
12 years ago
Maykel Moya 77d7165dde ec2_group: Deduplicate rule parsing/validation code
12 years ago
Maykel Moya f97243d6ed ec2_group: Add support for handling egress rules
12 years ago
James Cammarata 8ca3bb4137 Updating profile/security_token version_added labels
12 years ago
Will Thames b9a7352e0a Work to allow security tokens and profiles to work with Ansible
12 years ago
Patryk Zawadzki da1efee21f Properly match existing security group
12 years ago
James Cammarata 056d54ebd3 Adding 'validate_certs' option to EC2 modules
12 years ago
Will Thames 7600c664fe Create a common EC2 connection argument spec for EC2 modules
12 years ago
jctanner 821858ed08 Merge pull request #5380 from dhml/devel
12 years ago
David Hummel c5433d9742 Check for group_name and cidr_ip.
13 years ago
David Hummel bd67c6756a Add rule group_name parameter whose value can reference containing group name.
13 years ago
willthames 12005a1cd0 Move more responsibility to common EC2 module
13 years ago
Michael DeHaan f7c3975f21 Add version_added to all modules missing version_added information, the docs formatter will now
13 years ago
James Tanner afa5988391 Fixes #4540 Use shared module snippet to evaluate ec2 credentials
13 years ago
Brian Schott bdc8ea828e added aws_access_key and aws_secret_key aliases to ec2_group arguments
13 years ago
James Laska e002496f0e Add idempotency support to ec2_group
13 years ago
James Cammarata 77b98df63b Minor fix, vpc_id is not required for the ec2_group
13 years ago
Andrew de Quincey 58e85855e4 Add module to control EC2 security groups
13 years ago