Servers, containers and stuff
Go to file
Jake Howard 6b95b75fc2
Move telegraf to host
This makes metric collection for SMART much simpler. I'll still be using the prometheus node exporter for actual system metrics, though.
2021-03-05 20:39:11 +00:00
.github/workflows Replace terraform action with official one 2020-11-22 16:21:48 +00:00
ansible Move telegraf to host 2021-03-05 20:39:11 +00:00
scripts Use ansible collections for things 2021-02-07 13:02:14 +00:00
terraform Read emails from secrets 2021-02-14 12:29:14 +00: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
README.md Note that ansible is now installed at system level 2020-06-27 21:27:07 +01:00

Infrastructure

CI Status

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