Find a file
2024-01-08 19:01:46 +00:00
.gitea/workflows
ansible Tweak some AGH settings 2024-01-08 19:01:46 +00:00
terraform Use newer S3 configuration resources 2024-01-07 13:49:35 +00:00
.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 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