https://github.com/data-tangles/hyperv-homelab
Hyper-V Ansible Playbooks
https://github.com/data-tangles/hyperv-homelab
ansible hyper-v
Last synced: 12 months ago
JSON representation
Hyper-V Ansible Playbooks
- Host: GitHub
- URL: https://github.com/data-tangles/hyperv-homelab
- Owner: data-tangles
- License: mit
- Archived: true
- Created: 2023-09-25T12:59:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T14:02:52.000Z (almost 3 years ago)
- Last Synced: 2025-06-06T06:08:14.099Z (about 1 year ago)
- Topics: ansible, hyper-v
- Language: YAML
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.ansible.com/)
[](http://hits.dwyl.com/data-tangles/hyperv-homelab)
# Hyper-V Homelab
This repo contains Ansible playbooks specific to building Hyper-V VM's and associated infrastructure for my Production and Lab Hyper-V environment.
## Getting started
You would need to start by [installing](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) Ansible onto a machine where you would like to run playbooks from.
In my case, I have Ansible installed on a dedicated node which also acts as an Azure DevOps agent so that I can run all my playbooks via CI/CD pipelines.
The [documentation](https://docs.ansible.com/) site has everything you need to setup all components for Ansible so I encourage you to read through it and familiarize yourself with the key concepts.