Find a file
2026-01-14 13:19:10 +00:00
.gitea/workflows Update actions/checkout action to v6 2025-12-26 12:56:33 +00:00
ansible Update vaultwarden/server Docker tag to v1.35.2 2026-01-14 13:19:10 +00:00
terraform
.gitattributes
.gitignore
.yamllint.yml
justfile
README.md
renovate.json

Infrastructure

Requirements

  • Python 3
  • Locally configured SSH config (ideally deployed through dotfiles)
  • ansible installed on the system
  • just

Installation

  • just setup
  • just terraform init

Private Settings

Ansible integrates with Bitwarden through its CLI.

Terraform secrets are stored in terraform/.env, and provisioned using just update-secrets.

Deploying

  • just ansible-deploy
  • juts terraform apply

External configuration

This repository contains most of my infrastructure configuration, but not everything is configured here. Some things are external, for various reasons.