Designed by Martin Stoleru. Developed by Alinus Dumitrana

All Projects

Olympus

Date Jun 2024
terraform ansible infrastructure

Everything I run — cloud VMs, bare-metal servers, home lab nodes — is provisioned and configured through this repo. One terraform apply and an Ansible run gets a machine from blank to production-ready.

How It Works

  • Terraform provisions cloud resources (VMs, networking, DNS, storage) and manages state remotely
  • Ansible configures machines — installs packages, hardens security, deploys services, manages users
  • Secrets are handled through encrypted vaults, never committed in plain text

Why It Matters

I use this daily. When I need a new server, I don't SSH in and set things up manually — I add it to the inventory, run the pipeline, and it's configured identically to everything else. The same discipline I apply to production infrastructure at work.

Built by

Alinus Dumitrana

Other Projects

Check out more of my work.

Jan 2025

Atlas

Personal website built with Rust and modern web technologies.

Read more
Mar 2024

Snippy

A small snippets manager for organizing and managing code snippets.

Read more