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 readingInstalling 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 readingMacOS Terminal Theme
MacBook Air M1 I have been using the MacBook Air M1 since January. The user experience has been top notch. The snappiness of the system has blown me away. Being productive is easy because of this. To have the Terminal app be more pleasing to the eyes I opted to […]
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