Luiz Felipe F M Costa

M̶a̶k̶i̶n̶g̶ Hacking your life easier.

Ansible 101 - The basics

Ansible is an open-source tool for automating infrastructure and application deployment, using simple YAML language. It’s used to manage and automate …

Ansible tricks

I want to show you some tricks and solutions that I designed along my journey automating stuff with Ansible. To use these tricks doesn’t matter if you are …

Using rsync to backup Linux servers

Imagine that you have some servers running applications and you need to find a way to backup the files and preserve their properties, like the user, group, …

Enforce MFA for IAM users

It’s not easy to protect AWS accounts and one of the most common issues is related to credentials leakage that gives access even to all company’s …

About me and my career so far...

I am a Software Quality Engineer at Red Hat, on the Ansible Automation Platform. The product I’m working on empowers multiple industries, like financial, …

Setup SSH login to don't ask password again

If you use the SSH a lot of time or want to sync files, probably you need to type your password many times a day. The way to avoid this problem and create a …