Setup Proxmox Cluster
Proxmox is a powerful open-source virtualization platform. In this post, I'll show you how to set up a basic Proxmox cluster for your home lab or small business.
Proxmox is a powerful open-source virtualization platform. In this post, I'll show you how to set up a basic Proxmox cluster for your home lab or small business.
When automating Cisco network devices with Ansible, you often need to transform data into formats that match Cisco IOS configuration syntax. Custom filter plugins allow you to create reusable functions that simplify these transformations directly in your playbooks and templates.
Ansible has become the de facto standard for network automation, offering a simple yet powerful way to automate network device configurations. This guide will walk you through the fundamentals of using Ansible for network automation, from basic concepts to practical implementations.

Docker is the leading platform for containerization—packaging applications and their dependencies into portable, consistent units. Docker is widely used in DevOps, automation, and cloud-native workflows.