Servers, containers and stuff
.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 configuration needs to be placed in terraform/secrets.auto.tfvars
.
Terraform backend secrets need to be placed in terraform/secrets.sh
.
Deploying
just ansible-deploy
juts terraform apply