How to configure SSH credentials and access in ansible

When using ansible, alot of the time you would be deploying playbooks over ssh, if not that locally, but in this post we will talk about different ways to secure your credentials & ssh access. These boil down to three main approaches: Assuming you are using password authentication (less preferable that public-private key authentication), you […]

How to configure automatic certs with ansible and step-ca

Hello, I am SpiderUnderUrBed, I am making this tutorial because setting up automatic self signed certificates, with a solution as versatile took me awhile, and I hope to help give the basis for setting up a CA (certificate authority) where you can request multiple certificates, over the internet even, and reap many benefits you might […]

How to get dynamic VFIO working in Nixos

Hello, I am SpiderUnderYourBed, I will go over how i got dynamic VFIO working on Nixos, first of all, what is dynamic VFIO? Dynamic VFIO is when you dynamically unload/load VFIO drivers for nixos? if you dont know what VFIO is, there are many great tutorials/explanations online, but in summery when someone is talking about […]

Scroll to top