< DevOps < Ansible
- name: Creates a new Virtual Machine from template named 'rhel7_template'
  ovirt_vm:
    state: present
    name: myvm
    template: rhel7_template
    cluster: mynewcluster


  • Installing ansible-galaxy roles: ansible-galaxy install oVirt.ovirt-ansible-roles[1]

See also

  1. https://github.com/oVirt/ovirt-ansible
  2. https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_and_managing_virtualization/getting-started-with-virtualization-in-rhel-8_configuring-and-managing-virtualization
This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.