Servers, containers and stuff
Go to file
Renovate 5c247013fb
All checks were successful
/ terraform (push) Successful in 55s
/ ansible (push) Successful in 2m9s
Update lscr.io/linuxserver/mastodon Docker tag to v4.2.0
2023-09-23 21:40:04 +01:00
.gitea/workflows Fix README documentation for terraform secrets 2023-06-18 17:21:18 +01:00
ansible Update lscr.io/linuxserver/mastodon Docker tag to v4.2.0 2023-09-23 21:40:04 +01:00
terraform Change sensitivity to medium for all alerts 2023-09-18 18:36:06 +01: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 Deploy vikunja 2023-09-07 20:18:32 +01:00
justfile Add helper to edit ansible vault 2023-08-31 09:21:14 +01: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