Servers, containers and stuff
Go to file
Jake Howard 65eb6efe5a
Remove GitHub CI
2021-07-11 18:30:59 +01:00
ansible Pin clickhouse to 21.6 2021-07-11 16:11:09 +01:00
scripts Use ansible collections for things 2021-02-07 13:02:14 +00:00
terraform Serve `notes` from dokku 2021-06-26 21:30:04 +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

README.md

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