Latest public thoughts

  • 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…

  • Spring & Jackson @JsonView

    Todays problem: at least 2 different APIs (CRUD / Bulk) non-changed code-paths / REST-Endpoints should work like before they should show a different set of attributes in the same object First Try – Jackson mixins Mixins have to be registered in the global ObjectMapper that also includes the Spring-MVC instance and is therefore used by…

Hast du irgendwelche Buchempfehlungen?