104 lines
4.2 KiB
YAML
104 lines
4.2 KiB
YAML
---
|
|
|
|
install_updates: yes
|
|
remove_apps: no
|
|
clean_up_components: yes
|
|
upgrade_powershell: no
|
|
powershell_target_version: 3.0
|
|
temp_directory: "{{ ansible_env.TEMP }}"
|
|
update_retry_limit: 10
|
|
upgrade_wait_timeout: 600
|
|
|
|
powershell_script_url: https://raw.githubusercontent.com/oatakan/ansible-role-windows-template-build/master/files/Upgrade-PowerShell.ps1
|
|
powershell_upgrade_script_file: 'C:\Upgrade-PowerShell.ps1'
|
|
|
|
ps_memfix_script_url: https://raw.githubusercontent.com/oatakan/ansible-role-windows-template-build/master/files/Install-WMF3Hotfix.ps1
|
|
ps_memfix_script_file: 'C:\Install-WMF3Hotfix.ps1'
|
|
|
|
set_network_to_private: '([Activator]::CreateInstance([Type]::GetTypeFromCLSID([Guid]"{DCB00C01-570F-4A9B-8D69-199FDBA5723B}"))).GetNetworkConnections() | % {$_.GetNetwork().SetCategory(1)}'
|
|
|
|
enable_tlsv12_hotfix_download_location: "{{ ansible_env.TEMP }}"
|
|
enable_tlsv12_hotfix:
|
|
kb: KB3080079
|
|
file: Windows6.1-KB3080079-x64.msu
|
|
url: https://download.microsoft.com/download/F/4/1/F4154AD2-2119-48B4-BF99-CC15F68E110D/Windows6.1-KB3080079-x64.msu
|
|
|
|
enable_tls_support_hotfix_download_location: 'C:\Windows\Temp'
|
|
enable_tls_support_hotfix:
|
|
kb: kb3154518
|
|
file: windows6.1-kb3154518-x64.msu
|
|
url: http://download.microsoft.com/download/6/8/0/680ee424-358c-4fdf-a0de-b45dee07b711/windows6.1-kb3154518-x64.msu
|
|
|
|
dot_net_security_hotfix_download_location: 'C:\Windows\Temp'
|
|
dot_net_security_hotfix:
|
|
kb: KB2898850
|
|
file: Windows8.1-KB2898850-x64.msu
|
|
url: http://download.microsoft.com/download/C/6/9/C690CC33-18F7-405D-B18A-0A8E199E531C/Windows8.1-KB2898850-x64.msu
|
|
|
|
windows_update_agent_url: http://download.windowsupdate.com/windowsupdate/redist/standalone/7.6.7600.320/windowsupdateagent-7.6-x64.exe
|
|
|
|
#sdelete_download_url: http://web.archive.org/web/20140902022253/http://download.sysinternals.com/files/SDelete.zip
|
|
bleachbit_download_url: https://download.bleachbit.org/BleachBit-4.0.0-portable.zip
|
|
sdelete_download_url: https://download.sysinternals.com/files/SDelete.zip
|
|
#ultradefrag_download_url: http://downloads.sourceforge.net/project/ultradefrag/stable-release/6.1.0/ultradefrag-portable-6.1.0.bin.amd64.zip
|
|
ultradefrag_download_url: https://sourceforge.net/projects/ultradefrag/files/stable-release/7.1.4/ultradefrag-portable-7.1.4.bin.amd64.zip/download
|
|
|
|
enable_auto_logon: yes
|
|
|
|
target_ovirt: no
|
|
target_qemu: no
|
|
target_ec2: no
|
|
target_vagrant: no
|
|
|
|
bleachbit_clean: yes
|
|
bleachbit_free_disk_space: yes
|
|
|
|
ec2_ena_driver_role: oatakan.windows_ec2_ena_driver
|
|
ovirt_guest_agent_role: oatakan.windows_ovirt_guest_agent
|
|
virtio_role: oatakan.windows_virtio
|
|
vmware_tools_role: oatakan.windows_vmware_tools
|
|
virtualbox_guest_additions_role: oatakan.windows_virtualbox_guest_additions
|
|
windows_update_role: oatakan.windows_update
|
|
|
|
policy:
|
|
allow_unauthenticated_guest_access: no
|
|
|
|
local_administrator_password: Chang3MyP@ssw0rd21
|
|
local_account_username: ansible
|
|
local_account_password: Chang3MyP@ssw0rd21
|
|
|
|
shutdown_instance: yes
|
|
|
|
winsxs_cleanmgr_file:
|
|
2008r2: '{{ ansible_env.windir }}\winsxs\amd64_microsoft-windows-cleanmgr_31bf3856ad364e35_6.1.7600.16385_none_c9392808773cd7da\cleanmgr.exe'
|
|
2012: '{{ ansible_env.windir }}\WinSxS\amd64_microsoft-windows-cleanmgr_31bf3856ad364e35_6.2.9200.16384_none_c60dddc5e750072a\cleanmgr.exe'
|
|
winsxs_cleanmgr_mui_file:
|
|
2008r2: '{{ ansible_env.windir }}\winsxs\amd64_microsoft-windows-cleanmgr.resources_31bf3856ad364e35_6.1.7600.16385_en-us_b9cb6194b257cc63\cleanmgr.exe.mui'
|
|
2012: '{{ ansible_env.windir }}\WinSxS\amd64_microsoft-windows-cleanmgr.resources_31bf3856ad364e35_6.2.9200.16384_en-us_b6a01752226afbb3\cleanmgr.exe.mui'
|
|
|
|
cleanup_registry_keys:
|
|
- Active Setup Temp Folders
|
|
- BranchCache
|
|
- Downloaded Program Files
|
|
- Internet Cache Files
|
|
- Memory Dump Files
|
|
- Old ChkDsk Files
|
|
- Previous Installations
|
|
- Recycle Bin
|
|
- Service Pack Cleanup
|
|
- Setup Log Files
|
|
- System error memory dump files
|
|
- System error minidump files
|
|
- Temporary Files
|
|
- Temporary Setup Files
|
|
- Thumbnail Cache
|
|
- Update Cleanup
|
|
- Upgrade Discarded Files
|
|
- User file versions
|
|
- Windows Defender
|
|
- Windows Error Reporting Archive Files
|
|
- Windows Error Reporting Queue Files
|
|
- Windows Error Reporting System Archive Files
|
|
- Windows Error Reporting System Queue Files
|
|
- Windows ESD installation files
|
|
- Windows Upgrade Log Files |