Servers, containers and stuff
  • HCL 81.9%
  • Shell 7.8%
  • PHP 4.8%
  • Just 4%
  • JavaScript 1.1%
  • Other 0.4%
Find a file
Jake Howard ab42bc2c6d
All checks were successful
/ terraform (push) Successful in 49s
/ ansible (push) Successful in 2m32s
Fix CAA syntax
2026-02-27 22:59:06 +00:00
.gitea/workflows Update actions/setup-python action to v6 2026-02-02 11:14:27 +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 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 Make sure forgejo capacity is numeric 2025-01-05 21:40:21 +00: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 Let renovate find galaxy requirements 2023-05-06 21:44: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.