You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/ec2_eip
Mark Chappell b5f484dcc3 ec2_eip Don't throw an exception when re-releasing an EIP (idempotency) (#62332)
* ec2_eip: (integration tests) move to using module_defaults

* ec2_eip: (integration tests) expand integration tests

Also clean up a little
- Delete EIPs when we finish testing them (reduce the chance of hitting limits)
- Rejig deletion so that it works when runs fail
- Add tests for ec2_eip_info

* ec2_eip: Minor doc tweaks

* ec2_eip: Don't throw an exception when we try to disassociate an already disassociated EIP

* ec2_eip: Add missing IAM policy (manage IGWs)

* ec2_eip: (integration tests) Use the VPC as a crude lock to avoid running parallel tests

We test that untagged EIPs come and go as we expect, if multiple tests are
running in parallel this confuses things

* Fix ec2_eip association
5 years ago
..
defaults ec2_eip Don't throw an exception when re-releasing an EIP (idempotency) (#62332) 5 years ago
meta ec2_eip - added support for BYOIP and filtering reuse addresses by tag/value (#59180) 5 years ago
tasks ec2_eip Don't throw an exception when re-releasing an EIP (idempotency) (#62332) 5 years ago
aliases ec2_eip - added support for BYOIP and filtering reuse addresses by tag/value (#59180) 5 years ago