• YAML 77%
  • HCL 19.1%
  • Shell 1.6%
  • PHP 1.1%
  • Just 0.9%
  • Other 0.2%
Find a file
2026-09-05 23:28:07 +01:00
.gitea/workflows Update actions/setup-python action to v7 2026-07-28 13:32:58 +01:00
ansible Deploy hedgedoc 2026-09-05 23:28:07 +01:00
terraform Deploy hedgedoc 2026-09-05 23:28:07 +01: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.