Document auto_floating_ip argument
This commit is contained in:
parent
7edacf6b1c
commit
ddc78c82a4
1 changed files with 5 additions and 0 deletions
|
@ -90,6 +90,11 @@ options:
|
|||
- Ensure instance has public ip however the cloud wants to do that
|
||||
required: false
|
||||
default: 'yes'
|
||||
auto_floating_ip:
|
||||
description:
|
||||
- If the module should automatically assign a floating IP
|
||||
required: false
|
||||
default: 'yes'
|
||||
floating_ips:
|
||||
description:
|
||||
- list of valid floating IPs that pre-exist to assign to this node
|
||||
|
|
Loading…
Reference in a new issue