Servers, containers and stuff
Go to file
Jake Howard 48934ad2c5
Apply gzip to everything
The middleware is smart enough to only apply it when needed, and only when it's not already compressed, so it's fine.
2021-09-19 22:48:48 +01:00
ansible Apply gzip to everything 2021-09-19 22:48:48 +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