ovirt_vm: add docs about importing ova (#66652)

This commit is contained in:
Martin Nečas 2020-01-21 11:08:00 +01:00 committed by ansibot
parent 1ee47a5969
commit e38217f7fd

View file

@ -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
'''