1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/ec2_group
Will Thames 39af276639 Respect egress rule definitions when creating security groups in default VPC (#34626)
* Add test for unexpected egress rule in default VPC

When passing rules_egress to ec2_group, the default
egress rule shouldn't be created (if `purge_rules_egress`)
is set. Test this.

* Respect egress rule defintions for default VPC groups

When passing rules_egress and purge_rules_egress, the
default egress rule should not be created

Fixes #34429

* Change AWS credential passing to be YAML anchors

Vastly simplify the AWS tasks by reducing the credentials to a YAML
block
2018-01-09 13:44:13 -05:00
..
defaults Enable cloud tests for use with ansible-test. 2017-05-05 21:46:29 +08:00
meta Enable cloud tests for use with ansible-test. 2017-05-05 21:46:29 +08:00
tasks Respect egress rule definitions when creating security groups in default VPC (#34626) 2018-01-09 13:44:13 -05:00
aliases Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00