mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-08 02:01:31 -07:00
Ovirt add docs suboptions (#54639)
* ovirt disks suboptions * ovirt_network add docs suboptions * ovirt_network add suboptions types * add another ovirt docs suboptions * ovirt cluster correct description * finish ovirt_vm suboptions docs
This commit is contained in:
parent
23670913ba
commit
9705977ca1
8 changed files with 237 additions and 75 deletions
|
@ -241,12 +241,14 @@ options:
|
|||
in the cluster. If the automatic deployment of the external
|
||||
network provider is supported, the networks of the referenced
|
||||
network provider are available on every host in the cluster."
|
||||
- "External network provider is described by following dictionary:"
|
||||
- "C(name) - Name of the external network provider. Either C(name)
|
||||
or C(id) is required."
|
||||
- "C(id) - ID of the external network provider. Either C(name) or
|
||||
C(id) is required."
|
||||
- "This is supported since oVirt version 4.2."
|
||||
suboptions:
|
||||
name:
|
||||
description:
|
||||
- Name of the external network provider. Either C(name) or C(id) is required.
|
||||
id:
|
||||
description:
|
||||
- ID of the external network provider. Either C(name) or C(id) is required.
|
||||
version_added: 2.5
|
||||
firewall_type:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue