Tag: puppet

Debian and Ubuntu Serial Console with Puppet

Written by Dominik Pantůček on 2024-08-29

As most of the servers running actual software are these days virtual machines, in our case running under KVM, having a serial console accessible from the hypervisor is always a good idea in case troubleshooting is needed without network access.

...

Simple LDAP Authentication for NGINX

Written by Dominik Pantůček on 2024-08-15

Apache Web Server users can setup HTTP authentication against LDAP by installing and configuring appropritate module. For NGINX users the life can get more complicated when they need such feature. However, there is an easy solution.

...