infrastructure stuff
Go to file
2023-07-29 23:41:16 +02:00
ansible add + enable tailscale role 2023-07-29 23:41:16 +02:00
.envrc initial commit 2023-07-03 14:01:38 +02:00
.gitignore initial commit 2023-07-03 14:01:38 +02:00
.terraform.lock.hcl initial commit 2023-07-03 14:01:38 +02:00
main.tf initial commit 2023-07-03 14:01:38 +02:00
README.md initial commit 2023-07-03 14:01:38 +02:00
terraform.tf tf: add a hint on how to re-init backend conf 2023-07-24 17:19:50 +02:00
variables.tf initial commit 2023-07-03 14:01:38 +02:00

infra

this repo holds the code describing my very own infra (machines I use/manage) and is very much a WIP.

should contain zero secrets, except encrypted either with age or ansible-vault.

terraform secrets are supplied as ENV vars at runtime by sourcing the decrypted infra-vars file using direnv, which is in turn stationed in its place using home-manager.