Updated references to removed modules in documentation (#59580)
This commit is contained in:
parent
db26fe2f1e
commit
9b9066d10f
4 changed files with 6 additions and 6 deletions
|
@ -126,7 +126,7 @@ EXAMPLES = '''
|
||||||
|
|
||||||
# Previous task generated I(ovirt_auth) fact, which you can later use
|
# Previous task generated I(ovirt_auth) fact, which you can later use
|
||||||
# in different modules as follows:
|
# in different modules as follows:
|
||||||
- ovirt_vms:
|
- ovirt_vm:
|
||||||
auth: "{{ ovirt_auth }}"
|
auth: "{{ ovirt_auth }}"
|
||||||
state: absent
|
state: absent
|
||||||
name: myvm
|
name: myvm
|
||||||
|
|
|
@ -50,7 +50,7 @@ options:
|
||||||
- C(interface) - Type of the network interface. One of following I(virtio), I(e1000), I(rtl8139), default is I(virtio).
|
- C(interface) - Type of the network interface. One of following I(virtio), I(e1000), I(rtl8139), default is I(virtio).
|
||||||
- C(mac_address) - Custom MAC address of the network interface, by default it's obtained from MAC pool.
|
- C(mac_address) - Custom MAC address of the network interface, by default it's obtained from MAC pool.
|
||||||
- NOTE - This parameter is used only when C(state) is I(running) or I(present) and is able to only create NICs.
|
- NOTE - This parameter is used only when C(state) is I(running) or I(present) and is able to only create NICs.
|
||||||
To manage NICs of the instance type in more depth please use M(ovirt_nics) module instead.
|
To manage NICs of the instance type in more depth please use M(ovirt_nic) module instead.
|
||||||
memory_max:
|
memory_max:
|
||||||
description:
|
description:
|
||||||
- Upper bound of instance type memory up to which memory hot-plug can be performed.
|
- Upper bound of instance type memory up to which memory hot-plug can be performed.
|
||||||
|
|
|
@ -127,7 +127,7 @@ EXAMPLES = '''
|
||||||
data_center: mydatacenter
|
data_center: mydatacenter
|
||||||
|
|
||||||
# Add network from external provider
|
# Add network from external provider
|
||||||
- ovirt_networks:
|
- ovirt_network:
|
||||||
data_center: mydatacenter
|
data_center: mydatacenter
|
||||||
name: mynetwork
|
name: mynetwork
|
||||||
external_provider: ovirt-provider-ovn
|
external_provider: ovirt-provider-ovn
|
||||||
|
|
|
@ -332,7 +332,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Custom MAC address of the network interface, by default it's obtained from MAC pool.
|
- Custom MAC address of the network interface, by default it's obtained from MAC pool.
|
||||||
- "NOTE - This parameter is used only when C(state) is I(running) or I(present) and is able to only create NICs.
|
- "NOTE - This parameter is used only when C(state) is I(running) or I(present) and is able to only create NICs.
|
||||||
To manage NICs of the VM in more depth please use M(ovirt_nics) module instead."
|
To manage NICs of the VM in more depth please use M(ovirt_nic) module instead."
|
||||||
disks:
|
disks:
|
||||||
description:
|
description:
|
||||||
- List of disks, which should be attached to Virtual Machine. Disk is described by following dictionary.
|
- List of disks, which should be attached to Virtual Machine. Disk is described by following dictionary.
|
||||||
|
@ -356,7 +356,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- I(True) if the disk should be activated, default is activated.
|
- I(True) if the disk should be activated, default is activated.
|
||||||
- "NOTE - This parameter is used only when C(state) is I(running) or I(present) and is able to only attach disks.
|
- "NOTE - This parameter is used only when C(state) is I(running) or I(present) and is able to only attach disks.
|
||||||
To manage disks of the VM in more depth please use M(ovirt_disks) module instead."
|
To manage disks of the VM in more depth please use M(ovirt_disk) module instead."
|
||||||
type: bool
|
type: bool
|
||||||
sysprep:
|
sysprep:
|
||||||
description:
|
description:
|
||||||
|
@ -1167,7 +1167,7 @@ EXAMPLES = '''
|
||||||
# Execute remote viever to VM
|
# Execute remote viever to VM
|
||||||
- block:
|
- block:
|
||||||
- name: Create a ticket for console for a running VM
|
- name: Create a ticket for console for a running VM
|
||||||
ovirt_vms:
|
ovirt_vm:
|
||||||
name: myvm
|
name: myvm
|
||||||
ticket: true
|
ticket: true
|
||||||
state: running
|
state: running
|
||||||
|
|
Loading…
Reference in a new issue