Servers, containers and stuff
  • YAML 76.8%
  • HCL 19.2%
  • Shell 1.6%
  • PHP 1.1%
  • Just 0.9%
  • Other 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jake Howard 6697b0bc54
All checks were successful
/ terraform (push) Successful in 55s
/ ansible (push) Successful in 1m58s
Add placeholder acme challene DNS record so challenge doesn't resolve
the cname
2026-08-12 21:35:48 +01:00
.gitea/workflows Update actions/setup-python action to v7 2026-07-28 13:32:58 +01:00
ansible Update karakeep chrome container image 2026-08-12 13:47:40 +01:00
terraform Add placeholder acme challene DNS record so challenge doesn't resolve 2026-08-12 21:35:48 +01:00
.gitattributes Mark vault files as generated 2023-01-27 17:33:04 +00:00
.gitignore Move split secrets into single env file 2023-05-03 20:54:06 +01:00
.yamllint.yml Use DIND for forgejo runner 2026-04-05 22:16:04 +01:00
justfile Add fast deploy command 2024-11-03 14:23:23 +00:00
README.md Remove link to private repo 2024-08-11 20:28:48 +01:00
renovate.json Migrate config renovate.json 2026-03-30 18:19:12 +01:00

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.