E325 removal - Part I (#49136)

Remove E325 from Amazon modules

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-11-27 20:41:01 +05:30 committed by GitHub
parent d14dee9ceb
commit 9b732df436
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 104 additions and 61 deletions

View file

@ -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.