Regex has been a constant in nearly every coding project I’ve worked on. And since infrastructure today is also built on code, regex patterns are everywhere—for instance, in the configurations of ...
There are many method in ansible for configuring password-less Authentication like:
copy public key to remote hosts
Test SSH Access
Configure Ansible Invertory
Run Ansible ping Test
Generate SSH Key...
O N8N é uma ferramenta poderosa de automação de fluxos de trabalho que pode ser auto-hospedada, permitindo controle total sobre seus dados e integrações. Recentemente, precisei configurar o N8N e...
I recently put together a lightweight Ansible lab using Docker — and it’s been a super clean way to test playbooks without spinning up virtual machines or using the cloud.Whether you're learning A...
When you use ansible vault in your project, sometimes merge conflicts would occur across divergent branches that make changes to the encrypted file. Below is a simple process to identify and resolve m...
In the worlds of infrastructure as code (IaC) and configuration management, Terraform and Ansible have emerged as two key players. Both of these tools are powerful on their own, but you can use them t...
I've been a self-hoster for a while. The adventure started with regular mani-pc manufactured by HP. 32G of RAM, Intel gen 10, and 1T HDD drive. However, as long as it was a great experience at the beg...
Over some time I was really happy with my podman + ansible setup. It was great, but do you know what wasn’t such great? Deployment rollbacks. It all started with linkwarden. On my miniflux, I receiv...
Understanding the Basics + Running Your First Ad-Hoc Commands
After writing Part 1, I rolled up my sleeves and built a local lab using Docker containers. No virtual machines. No AWS. No billi...