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
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
..
cache Update ansible-test sanity command. (#31958) 7 years ago
env Add `env` command to ansible-test and run in CI. (#50176) 6 years ago
integration ec2_eip - added support for BYOIP and filtering reuse addresses by tag/value (#59180) 5 years ago
legacy safe_eval fix (#57188) 5 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Add missing decorator to ansible-test sanity. 5 years ago
sanity Fix build-ansible.py release-announcement 5 years ago
units unit tests: remove unused imports (#59636) 5 years ago
utils Verify package data in setup.py installs all files (#59537) 5 years ago