Servers, containers and stuff
Find a file
Jake Howard 3111c69814
All checks were successful
/ ansible (push) Successful in 1m28s
/ terraform (push) Successful in 39s
Run docker cleanup as a user who can access the socket
2024-09-09 19:41:17 +01:00
.gitea/workflows Update actions/setup-python action to v5 2024-03-04 08:35:57 +00:00
ansible Run docker cleanup as a user who can access the socket 2024-09-09 19:41:17 +01:00
terraform Remove Nebula 2024-09-01 20:21:29 +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 Remove Nebula 2024-09-01 20:21:29 +01:00
justfile Ensure galaxy dependencies are up-to-date during deploy 2024-09-09 16:53:22 +01: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.