mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-13 13:12:30 +00:00
* Add tests for group in a VPC * Improve ec2_group output and documentation Update ec2_group to provide full security group information Add RETURN documentation to match * Fix ec2_group creation within a VPC Ensure VPC ID gets passed when creating security group * Add test for auto creating SG * Fix ec2_group auto group creation * Add backoff to describe_security_groups Getting LimitExceeded from describe_security_groups is definitely possible (source: me) so add backoff to increase likelihood of success. To ensure that all `describe_security_group` calls are backed off, remove implicit ones that use `ec2.SecurityGroup`. From there, the decision to remove the `ec2` boto3 resource and rely on the client alone makes good sense. * Tidy up auto created security group Add resource_prefix to auto created security group and delete it in the `always` section. Use YAML argument form for all module parameters |
||
|---|---|---|
| .. | ||
| group_vars | ||
| host_vars | ||
| roles | ||
| targets | ||
| vars | ||
| amazon.yml | ||
| asa.yaml | ||
| azure.yml | ||
| cleanup_azure.py | ||
| cleanup_ec2.py | ||
| cleanup_gce.py | ||
| cleanup_rax.py | ||
| cloud-config-aws.yml.template | ||
| cloud-config-cs.ini.template | ||
| cloudflare.yml | ||
| cloudscale.yml | ||
| cnos.yaml | ||
| connection-buildah.yaml | ||
| consul.yml | ||
| consul_inventory.yml | ||
| consul_running.py | ||
| credentials.template | ||
| dellos6.yaml | ||
| dellos9.yaml | ||
| dellos10.yaml | ||
| eos.yaml | ||
| exoscale.yml | ||
| galaxy_playbook.yml | ||
| galaxy_playbook_git.yml | ||
| galaxy_roles.yml | ||
| galaxy_rolesfile | ||
| gce.yml | ||
| gce_credentials.py | ||
| integration_config.yml | ||
| inventory | ||
| inventory.network | ||
| inventory.networking.template | ||
| inventory.remote.template | ||
| inventory.winrm.template | ||
| inventory.yaml | ||
| ios.yaml | ||
| iosxr.yaml | ||
| jenkins.yml | ||
| junos.yaml | ||
| Makefile | ||
| netscaler.yaml | ||
| network-all.yaml | ||
| network-integration.cfg | ||
| nuage.yaml | ||
| nxos.yaml | ||
| ops.yaml | ||
| ovs.yaml | ||
| platform_agnostic.yaml | ||
| rackspace.yml | ||
| setup_gce.py | ||
| target-prefixes.network | ||
| vyos.yaml | ||