Servers, containers and stuff
Jake Howard
7c8d224c4a
Tags are managed entirely server side, so there's no priv esc issues. This lets my devices do what they want, and server style devices can't do anything. |
||
---|---|---|
.gitea/workflows | ||
ansible | ||
terraform | ||
.gitattributes | ||
.gitignore | ||
.yamllint.yml | ||
justfile | ||
README.md | ||
renovate.json |
Infrastructure
Requirements
- Python 3
- Locally configured SSH config (ideally deployed through dotfiles)
ansible
installed on the systemjust
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.