Find a file
2026-03-02 11:11:30 +00:00
.gitea/workflows Update hashicorp/setup-terraform action to v4 2026-03-02 11:11:30 +00:00
ansible Remove old matrix domain 2026-02-20 16:14:08 +00:00
terraform Fix CAA syntax 2026-02-27 22:59:06 +00:00
.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.