Servers, containers and stuff
Go to file
Renovate 831aa5ab04
/ ansible (push) Successful in 1m31s Details
/ terraform (push) Successful in 39s Details
Update matrixdotorg/synapse Docker tag to v1.82.0
2023-04-28 20:09:39 +01:00
.gitea/workflows Remove cache 2023-04-07 15:55:29 +01:00
ansible Update matrixdotorg/synapse Docker tag to v1.82.0 2023-04-28 20:09:39 +01:00
scripts
terraform Configure Backblaze with terraform 2023-04-28 17:57:58 +01:00
.gitattributes
.gitignore
README.md Add gitea CI 2023-03-29 20:34:53 +01:00
renovate.json
yamllint.yml

README.md

Infrastructure

Requirements

  • Python 3
  • Locally configured SSH config (ideally deployed through dotfiles)
  • ansible installed on the system

Installation

  • ./scripts/ansible/setup.sh
  • cd terraform/ && ./scripts/terraform/terraform.sh 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

  • ./scripts/ansible/deploy.sh
  • ./scripts/terraform/terraform.sh apply