mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 09:24:01 -07:00
E325 removal - Part I (#49136)
Remove E325 from Amazon modules Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
d14dee9ceb
commit
9b732df436
43 changed files with 104 additions and 61 deletions
|
@ -42,16 +42,19 @@ options:
|
|||
description:
|
||||
- Allocate an EIP inside a VPC or not. Required if specifying an ENI.
|
||||
default: 'no'
|
||||
type: bool
|
||||
version_added: "1.4"
|
||||
reuse_existing_ip_allowed:
|
||||
description:
|
||||
- Reuse an EIP that is not associated to a device (when available), instead of allocating a new one.
|
||||
default: 'no'
|
||||
type: bool
|
||||
version_added: "1.6"
|
||||
release_on_disassociation:
|
||||
description:
|
||||
- whether or not to automatically release the EIP when it is disassociated
|
||||
default: 'no'
|
||||
type: bool
|
||||
version_added: "2.0"
|
||||
private_ip_address:
|
||||
description:
|
||||
|
@ -62,6 +65,7 @@ options:
|
|||
- Specify this option to allow an Elastic IP address that is already associated with another
|
||||
network interface or instance to be re-associated with the specified instance or interface.
|
||||
default: 'no'
|
||||
type: bool
|
||||
version_added: "2.5"
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue