Tag "hetzner"

Import existing resources to Terraform

When working with Terraform, the changes are good that you are not starting from scratch, but you already have something setup previously and now want to manage it with Terraform

Terraform and Hetzner Cloud

While I had already looked into Terraform in the past, I am actually pretty new to it, and just started now to take a better look at it and working with it

New ansible role papanito.backup

While using borg since a long, I recently decided to move to restic. As for that I have created a new ansible role

How to work with multiple projects in Hetzner Cloud

In Hetzner Cloud you can have multiple projects. As you can have different members per group, it really makes sense to have different projects for different purposes. I will explain in this article on how I work with multiple projects in Ansible, as well when using the cli

How to pass lists and dicts as extra vars when running an ansible playbook

Passing simple strings to an ansible playbook as extra-vars is easy, but what if you want to pass lists or dictionary? Let's see...

What are tags in Ansible and how to use them

Sometimes you have playbooks or roles which you only want to execute parts of it and not all. This is where you can use ansible tags.

Create Firewalls for Hetzner Cloud using Ansible

Firewall for Hetzner Cloud is relatively new, but since I use ansible I really would like to create my firewalls the same way I to all my other stuff

Dynamic inventory with Ansible and Hetzner Robot and Hetzner Cloud

I use Hetzner Servers and Hetzner Cloud for my own infrastructure which I setup with Ansible since the beginning. It's usually not much servers so overseeable. However, maintaining static inventory for my ansible project is a bit cumbersome when you already have all information available in the management interface. So let's see what we can do about and how I can reduce manual overhead.