ansible Automating VMware VM Deployment with Ansible: Guide to Static IP Configuration - request Deploying multiple VMs with consistent configuration shouldn't require hours of manual clicking through vCenter. With Ansible's vmware_guest module, you can automate the entire process from VM creation to static IP assignment. Stephane Thirion 4 Jul 2025 · 3 min read
HomeLab Homelab serie -- The software 1/3 Dropping everything in a single blog post is difficult so I chose to split it in three parts Stephane Thirion 17 Mar 2025 · 4 min read
ansible Ansible Playbook for Creating Multiple VMs with Sequential Naming in vCenter In this blog post, we will explore an Ansible playbook that creates multiple virtual machines (VMs) in a vCenter environment. Stephane Thirion 11 Apr 2024 · 5 min read
ansible Automating VM Deployment in VMware vSphere with Ansible This post aimed to provide a clear understanding of how the Ansible playbook functions for creating multiple VMs in a VMware vSphere environment. Stephane Thirion 5 Apr 2024 · 4 min read
ansible Installing Ansible on Ubuntu Quick post to run through Ansible installation on an Ubuntu OS. Stephane Thirion 4 Apr 2024 · 2 min read
ansible What is Ansible? I've been tired of cloning my Ubuntu template to build again and again some Docker Swarm and Kubernetese node so I was looking for a quick and cheap way to automate these tasks. This is an ideal tool for homelab, it's lightweight and free ! Stephane Thirion 4 Apr 2024 · 3 min read