Servers, containers and stuff
Go to file
Jake Howard 453a374801
Replace ingress proxy with nginx
This enables HTTPS redirecting at it too much more easily, and matches the gateway configuration.

Requires using upstream versions of nginx to enable https://nginx.org/en/docs/stream/ngx_stream_realip_module.html
2021-08-24 14:21:51 +01:00
ansible Replace ingress proxy with nginx 2021-08-24 14:21:51 +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