Servers, containers and stuff
Find a file
Jake Howard c99afdd446
Disable gzip on qbittorrent egress
It's mostly used over the internal network, so the additional gzip isn't going to gain anything when the disk is the bottleneck
2021-08-21 16:46:21 +01:00
ansible Disable gzip on qbittorrent egress 2021-08-21 16:46:21 +01:00
scripts Use ansible collections for things 2021-02-07 13:02:14 +00:00
terraform Provision uptime-kuma 2021-07-31 16:43:12 +01:00
.gitattributes Force yaml to be detected as its own language 2020-11-11 09:05:08 +00:00
.gitignore Use ansible collections for things 2021-02-07 13:02:14 +00:00
.gitlab-ci.yml chmod the correct directory 2021-07-11 18:20:13 +01:00
README.md Remove GitHub CI 2021-07-11 18:30:59 +01:00

Infrastructure

CI

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

The ansible vault password needs setting in ansible/.vault_pass.

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