mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 12:20:21 -07:00
Document auto_floating_ip argument
This commit is contained in:
parent
3cd81d2dd3
commit
2b5af82706
1 changed files with 5 additions and 0 deletions
|
@ -92,6 +92,11 @@ options:
|
||||||
- Ensure instance has public ip however the cloud wants to do that
|
- Ensure instance has public ip however the cloud wants to do that
|
||||||
required: false
|
required: false
|
||||||
default: 'yes'
|
default: 'yes'
|
||||||
|
auto_floating_ip:
|
||||||
|
description:
|
||||||
|
- If the module should automatically assign a floating IP
|
||||||
|
required: false
|
||||||
|
default: 'yes'
|
||||||
floating_ips:
|
floating_ips:
|
||||||
decription:
|
decription:
|
||||||
- list of valid floating IPs that pre-exist to assign to this node
|
- list of valid floating IPs that pre-exist to assign to this node
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue