Files
toallab-automation/roles/oatakan.rhel_ovirt_template/defaults/main.yml
2021-06-29 22:10:31 -04:00

67 lines
1.5 KiB
YAML

---
install_updates: yes
instance_wait_retry_limit: 300
instance_wait_connection_timeout: 600
# this will remove existing template with the same name
template_force: no
template_found: no
export_ovf: no
datastore_iso_folder: iso
datastore_ova_folder: ova
remove_vm_on_error: yes
custom_efi_enabled: no
custom_efi_path: /usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd
qemu_second_cdrom_device_bus_type: ide
qemu_second_cdrom_device_bus_id: 3
qemu_second_cdrom_device_bus_unit: 0
local_administrator_password: Chang3MyP@ssw0rd21
local_account_username: ansible
local_account_password: Chang3MyP@ssw0rd21
distro_name: rhel8
iso_file_name: CentOS-8.4.2105-x86_64-dvd1.iso
linux_ks_folder: rhel8
template_vm_name: centos84-x64-v1
template_vm_root_disk_size: 10
template_vm_root_disk_format: cow
template_vm_root_disk_interface: virtio
template_vm_memory: 4096
template_vm_cpu: 2
template_vm_guest_id: rhel_7x64
template_vm_efi: no
template_vm_network_name: ovirtmgmt
template_vm_ip_address: 192.168.10.96
template_vm_netmask: 255.255.255.0
template_vm_gateway: 192.168.10.254
template_vm_domain: example.com
template_vm_dns_servers:
- 8.8.4.4
- 8.8.8.8
template_convert_timeout: 600
template_convert_seal: no
template_selinux_enabled: no
ovirt_datacenter: mydatacenter
ovirt_cluster: production
ovirt_folder: template
ovirt_data_domain: data_domain
ovirt_export_domain: export_domain
ovirt_iso_domain: iso_domain
os_short_names:
rhel7:
ks_folder: rhel7
guest_id: rhel_7x64
rhel8:
ks_folder: rhel8
guest_id: rhel_8x64