ovirt_vm: add docs about importing ova (#66652)
This commit is contained in:
parent
1ee47a5969
commit
e38217f7fd
1 changed files with 12 additions and 0 deletions
|
@ -1241,6 +1241,18 @@ EXAMPLES = '''
|
|||
snapshot_name: myvm_snap
|
||||
name: myvm_clone
|
||||
state: present
|
||||
|
||||
- name: Import external ova VM
|
||||
ovirt_vm:
|
||||
cluster: mycluster
|
||||
name: myvm
|
||||
host: myhost
|
||||
timeout: 1800
|
||||
poll_interval: 30
|
||||
kvm:
|
||||
name: myvm
|
||||
url: ova:///path/myvm.ova
|
||||
storage_domain: mystorage
|
||||
'''
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue