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
Tommy Brecher 4d775cbbf1 ec2_eip - added support for BYOIP and filtering reuse addresses by tag/value (#59180)
* change variable name from isinstance to is_instance (prevent overriding builtin function)

* Added support for:
  - Filtering existing Elastic IPs based on a tag name or it's value (when reuse_existing_ip_allowed is true)
  - Allocating new Elastic IPs from a given IPv4 pool (BYOIP support)

* yamllint corrections

* added examples for:
  -  tag_name,
  -  tag_value
  -  public_ipv4_pool

* remove aliases

* Added changelog fragment

* added integration tests for ec2_eip module

* removed space to trigger rebuild
5 years ago
..
defaults ec2_eip - added support for BYOIP and filtering reuse addresses by tag/value (#59180) 5 years ago
meta ec2_eip - added support for BYOIP and filtering reuse addresses by tag/value (#59180) 5 years ago
tasks ec2_eip - added support for BYOIP and filtering reuse addresses by tag/value (#59180) 5 years ago
aliases ec2_eip - added support for BYOIP and filtering reuse addresses by tag/value (#59180) 5 years ago