Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.1 KB

File metadata and controls

49 lines (36 loc) · 1.1 KB

oVirt datacenters

This role setup oVirt datacenter.

Requirements

  • oVirt Python SDK version 4
  • Ansible version 2.3

Role Variables

Name Default value Description
data_center_name UNDEF Name of the data center
data_center_description UNDEF Description of the data center
data_center_local false Whether the data center should be shared or local
compatibility_version UNDEF Compatibility version of data center

Dependencies

No.

Example Playbook

- name: oVirt infra
  hosts: localhost
  connection: local
  gather_facts: false

  vars:
   data_center_name: mydatacenter
   data_center_description: mydatacenter
   data_center_local: false
   compatibility_version: 4.1

  roles:
    - ovirt-datacenters

License

Apache License 2.0