Servers, containers and stuff
Find a file
Jake Howard 6a14679edf
All checks were successful
/ terraform (push) Successful in 34s
/ ansible (push) Successful in 1m44s
Only add IPv4 address for PVE sys domain
For some reason, ipv6 doesn't really work with my current setup. It'll change at another time, so it's future me's problem
2023-12-31 23:01:53 +00:00
.gitea/workflows Update actions/checkout action to v4 2023-11-19 18:04:50 +00:00
ansible nginx HTTPS redirect on ipv6 2023-12-31 22:49:11 +00:00
terraform Only add IPv4 address for PVE sys domain 2023-12-31 23:01:53 +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 Fix lint issues 2023-10-01 17:10:37 +01:00
justfile Always use diff when running deploys 2023-11-08 19:46:28 +00:00
README.md Fix README documentation for terraform secrets 2023-06-18 17:21:18 +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