Files
zavrsni-rad-infra/configuration/ansible_mssql/roles/mssql_prepare/defaults/main.yml

8 lines
277 B
YAML

---
mssql_staging_dir: 'C:\SQLInstall'
mssql_bootstrapper_url: "https://go.microsoft.com/fwlink/p/?linkid=2215158&clcid=0x409&culture=en-us&country=US"
mssql_bootstrapper_path: 'C:\SQLInstall\SQLServer2022-setup.exe'
mssql_iso_path: 'C:\SQLInstall\SQLServer2022-x64-ENU.iso'