mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -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
|
@ -68,14 +68,17 @@ options:
|
|||
description:
|
||||
- Attach a public network interface to the server.
|
||||
default: True
|
||||
type: bool
|
||||
use_private_network:
|
||||
description:
|
||||
- Attach a private network interface to the server.
|
||||
default: False
|
||||
type: bool
|
||||
use_ipv6:
|
||||
description:
|
||||
- Enable IPv6 on the public network interface.
|
||||
default: True
|
||||
type: bool
|
||||
anti_affinity_with:
|
||||
description:
|
||||
- UUID of another server to create an anti-affinity group with.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue