Servers, containers and stuff
Go to file
Jake Howard 0b65498330
All checks were successful
/ terraform (push) Successful in 1m15s
/ ansible (push) Successful in 3m14s
Add v6 for reverse domains
2023-04-23 13:56:44 +01:00
.gitea/workflows Remove cache 2023-04-07 15:55:29 +01:00
ansible Update gitea/gitea Docker tag to v1.19.1 2023-04-13 08:00:30 +01:00
scripts Add script to update terraform secrets 2023-02-08 20:37:22 +00:00
terraform Add v6 for reverse domains 2023-04-23 13:56:44 +01:00
.gitattributes Mark vault files as generated 2023-01-27 17:33:04 +00:00
.gitignore Commit the terraform lock file 2022-01-08 22:12:44 +00:00
README.md Add gitea CI 2023-03-29 20:34:53 +01:00
renovate.json Remove limit for open MRs 2022-05-07 12:21:21 +01:00
yamllint.yml Add a skeleton k8s deployment setup 2022-03-07 21:58:17 +00:00

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