-
Proxmox as Ansible-Inventory
Nowadays the Ansible community.general collection has a Proxmox inventory source directly integrated. Using this we can use our Proxmox (non-)Cluster as the direct source for our Ansible Playbooks without the need to always re-define the existing VMs and Container in a separate inventory-File. For the sake of simplicity this post only shows the usage with…
-
Samba4 and Password Policies
We’re using a small Samba deployment as our main source of Authentication for Windows-Clients and LDAP. This has worked mostly great until now. Now was the time where I tried to implement a service to change your password by yourself. Here again: It has worked mostly fine, but when I was evaluating different products I…
-
Simple & Useful Maven commands
This is a collection of useful maven commands that is updated if I find something useful, that is worth mentioning 😎 Advance child versions If you’ve got a multi-module project and want to update the project version in all modules, then just update it first in the main pom.xml. After updating the main pom.xml you…