https://github.com/kolosovpetro/PackerAzureWindowsImages
Example of how to create and deploy Azure Windows VM with preinstalled chocolatey and other software
https://github.com/kolosovpetro/PackerAzureWindowsImages
packer packer-provisioner packer-template terraform
Last synced: 14 days ago
JSON representation
Example of how to create and deploy Azure Windows VM with preinstalled chocolatey and other software
- Host: GitHub
- URL: https://github.com/kolosovpetro/PackerAzureWindowsImages
- Owner: kolosovpetro
- License: gpl-2.0
- Created: 2023-09-05T19:25:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T13:20:18.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T17:44:30.507Z (11 months ago)
- Topics: packer, packer-provisioner, packer-template, terraform
- Language: HCL
- Homepage: https://dev.azure.com/PetroKolosovProjects/packer-azure-windows-image
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Packer Azure Windows Image
Packer-based automation for building Azure Windows Server images. Supports Windows Server 2019 & 2022 with pre-installed
tools like Azure CLI, PowerShell Core, and SQL Server Management Studio. Ensures integrity with scf scan & DISM,
configures WinRM for Ansible, and validates images with Terraform.## Provisioners used
- https://github.com/hashicorp/packer-plugin-azure
- https://github.com/rgl/packer-plugin-windows-update## Installed software v1
- `IIS`
- `Chocolatey`
- `choco install microsoft-edge -y`
- `choco install git.install -y`
- `choco install netfx-4.8-devpack -y`
- `choco install dotnet-6.0-sdk -y`
- `choco install powershell-core -y`
- `choco install winrar -y`
- `choco install notepadplusplus -y`
- `choco install azcopy10 -y`## Installed software v2
- `IIS`
- `Chocolatey`
- `Prometheus node exporter`
- `choco install microsoft-edge -y`
- `choco install git.install -y`
- `choco install netfx-4.8-devpack -y`
- `choco install dotnet-6.0-sdk -y`
- `choco install powershell-core -y`
- `choco install winrar -y`
- `choco install notepadplusplus -y`
- `choco install azcopy10 -y`## Installed software v3
- `IIS`
- `Chocolatey`
`Prometheus node exporter`
- `choco install microsoft-edge -y`
- `choco install git.install -y`
- `choco install netfx-4.8-devpack -y`
- `choco install dotnet-6.0-sdk -y`
- `choco install powershell-core -y`
- `choco install winrar -y`
- `choco install notepadplusplus -y`
- `choco install azcopy10 -y`
- `choco install heavyload -y`