An open API service indexing awesome lists of open source software.

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

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`