Document ability to disable external IP with 'none' setting. Closes #2562. (#4878)

This commit is contained in:
Tom Melendez 2016-09-15 14:29:25 -07:00 committed by Matt Clay
parent 7fe300bb29
commit 35acdec063

View file

@ -154,7 +154,7 @@ options:
external_ip:
version_added: "1.9"
description:
- type of external ip, ephemeral by default; alternatively, a list of fixed gce ips or ip names can be given (if there is not enough specified ip, 'ephemeral' will be used)
- type of external ip, ephemeral by default; alternatively, a list of fixed gce ips or ip names can be given (if there is not enough specified ip, 'ephemeral' will be used). Specify 'none' if no external ip is desired.
required: false
default: "ephemeral"
aliases: []