Tag Ansible

Ansible is an open-source automation tool that simplifies IT tasks like configuration management, application deployment, and orchestration.

Microsoft

Optimizing Linux virtual machine on Hyper-V

Introduction on optimizing Linux virtual machine on Hyper-V Historically on the internet people said running Linux on Hyper-V isn’t the best choice and you should choose another hypervisor. In the last couple of years Microsoft improved Hyper-V alot since the…

Ansible

Hardening SSH with Ansible

Introduction Securing your SSH configurations across multiple servers can be efficiently managed using Ansible. In this guide, we will walk you through a comprehensive Ansible playbook designed to harden SSH configurations, ensuring your servers are protected against common vulnerabilities. Why…