Tag : IaC

List all Tags

Level up your Ansible Code - Creating Golden Images

Ansible is a good start to automate recurring tasks, but it is slow. In combination with other IaC tools you can make your infrastructure truly reproducible and even provision faster.

Using AWS from GitHub without Credentials

Learn how to manage less secrets and make your GitHub Actions CI/CD more secure by using identity tokens and trust relationships.

Building preconfigured OS images with HashiCorp Packer

This article explains how to create custom OS images for Hetzner Cloud VMs using HashiCorp Packer.

Dockerfile for NodeJS & Typescript

Learn the best practices on how to bundle a TypeScript project for production with Docker. Get insights about Dockers overlay filesystem for small and secure builds.