Servers, containers and stuff
Go to file
Jake Howard b50659ab5d
Update nextcloud to 23
2021-12-19 21:18:09 +00:00
ansible Update nextcloud to 23 2021-12-19 21:18:09 +00:00
scripts Use ansible collections for things 2021-02-07 13:02:14 +00:00
terraform Move decker from AMS to Paris 2021-11-06 16:45:09 +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
.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