Orange-Cyberdefense / GOAD

game of active directory
GNU General Public License v3.0
5.11k stars 714 forks source link

Ansible Playbook Proxmox mssql installer #208

Closed IntegralD-503 closed 6 months ago

IntegralD-503 commented 6 months ago

It looks like there is an error resolving the mssql installer hostname. I checked connectivity on GOAD-SRV02 and I can ping google.com successfully, but it is a little hit and miss. I have ran it 3-4 times and it is always getting stuck here.

fatal: [srv03]: FAILED! => {"changed": false, "dest": "c:\\setup\\mssql\\sql_installer.exe", "elapsed": 7.3749983, "msg": "Error downloading 'https://download.microsoft.com/download/7/f/8/7f8a9c43-8c8a-4f7c-9f92-83c18d96b681/SQL2019-SSEI-Expr.exe' to 'c:\\setup\\mssql\\sql_installer.exe': The remote name could not be resolved: 'download.microsoft.com'", "status_code": null, "url": "https://download.microsoft.com/download/7/f/8/7f8a9c43-8c8a-4f7c-9f92-83c18d96b681/SQL2019-SSEI-Expr.exe"} fatal: [srv02]: FAILED! => {"changed": false, "dest": "c:\\setup\\mssql\\sql_installer.exe", "elapsed": 9.3750027, "msg": "Error downloading 'https://download.microsoft.com/download/7/f/8/7f8a9c43-8c8a-4f7c-9f92-83c18d96b681/SQL2019-SSEI-Expr.exe' to 'c:\\setup\\mssql\\sql_installer.exe': The remote name could not be resolved: 'download.microsoft.com'", "status_code": null, "url": "https://download.microsoft.com/download/7/f/8/7f8a9c43-8c8a-4f7c-9f92-83c18d96b681/SQL2019-SSEI-Expr.exe"} any ideas?

IntegralD-503 commented 6 months ago

I rebooted everything a couple of times and fiddled around with the dns. Eventually it worked. not sure why, my bad!