Introduction This is my third post about doing things with Ansible. For more info about Ansible take a look at my other posts about Updating your Homelab with Ansible and Installing Hyper-V Linux Integration Services (LIS) with Ansible. For now lets continu with configuring Linux users and deploying SSH keys […]
Continue readingCategory: Homelab
Installing Hyper-V Linux Integration Services (LIS) with Ansible
Introduction For the introduction to Ansible have a look at my previous blog post about updating you homelab with Ansible. There i go indepth in on the installation on Ubuntu 20.04 LTS and how to setup and configure inventory files and playbooks. This post can be found here Updating your […]
Continue readingUpdating your Homelab with Ansible
What is Ansible? Ansible is a simple automation and configuration management platform that makes it easy to push config to all your servers. Ansible uses the SSH protocol so it doesn’t rely on any agents. This makes it very easy to configure and crossplatform for Linux and Windows. Perfect for […]
Continue reading