https://github.com/binary-braids/packer-esxi
Packer Templates for ESXI
https://github.com/binary-braids/packer-esxi
esxi hashicorp-packer
Last synced: about 1 year ago
JSON representation
Packer Templates for ESXI
- Host: GitHub
- URL: https://github.com/binary-braids/packer-esxi
- Owner: binary-braids
- License: mit
- Archived: true
- Created: 2023-11-24T22:17:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T04:19:39.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T19:44:31.394Z (about 1 year ago)
- Topics: esxi, hashicorp-packer
- Language: PowerShell
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/binary-braids/packer-esxi/actions/workflows/host_01_build.yml)
[](https://github.com/binary-braids/packer-esxi/actions/workflows/host_02_build.yml.yml)
[](https://github.com/binary-braids/packer-esxi/actions/workflows/validation.yml)
[]((https://www.packer.io))
[](https://github.com/renovatebot/renovate)
[](http://hits.dwyl.com/binary-braids/packer-esxi)
# Packer ESXI
This repository contains Packer builds for my ESXI homelab. The [github.com/hashicorp/vmware](https://github.com/hashicorp/packer-plugin-vmware) plugin is being used which invokes the `vmware-iso` builder to build the images.
## OS Versions
The table below lists the OS Versions image build templates available in this repository.
| 🐧 Linux | 🪟 Windows |
| -------- | ---------- |
| Ubuntu 22.04 LTS | Windows Server 2022 Datacenter
## 📂 Repository structure
The Git repository contains the following directories:
```sh
📁 root
├─📁 .github # GitHub Actions workflows
├─📁 ansible # Ansible playbooks for Packer related tasks
├─📁 build # Contains the Packer build files
```