Update roles
This commit is contained in:
@@ -19,8 +19,8 @@ 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
|
||||
qemu_second_cdrom_device_bus_id: 3 # tested with Q35 chipset, if using I440FX chipset, try setting this to 1
|
||||
qemu_second_cdrom_device_bus_unit: 0 # tested with Q35 chipset, if using I440FX chipset, try setting this to 1
|
||||
|
||||
virtio_iso_url: https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.173-2/virtio-win.iso
|
||||
winrm_enable_script_url: https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1
|
||||
@@ -33,7 +33,7 @@ local_administrator_password: Chang3MyP@ssw0rd21
|
||||
local_account_username: ansible
|
||||
local_account_password: Chang3MyP@ssw0rd21
|
||||
|
||||
windows_distro_name: 2019_standard_core
|
||||
distro_name: win2019
|
||||
iso_file_name: 17763.253.190108-0006.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us.iso
|
||||
windows_sysprep_template_folder: windows_server
|
||||
|
||||
@@ -69,10 +69,8 @@ ovirt_export_domain: export_domain
|
||||
ovirt_iso_domain: iso_domain
|
||||
|
||||
os_short_names:
|
||||
2008_r2_standard: 2k8R2
|
||||
2012_r2_standard: 2k12R2
|
||||
2012_r2_datacenter: 2k12R2
|
||||
2016_standard: 2k16
|
||||
2016_standard_core: 2k16
|
||||
2019_standard: 2k19
|
||||
2019_standard_core: 2k19
|
||||
win2008: 2k8R2
|
||||
win2012: 2k12R2
|
||||
win2016: 2k16
|
||||
win2019: 2k19
|
||||
win10: 10
|
||||
Reference in New Issue
Block a user