Servers, containers and stuff
Go to file
Jake Howard cccfa8bf51
Remove version prefix from nextcloud tag
Apparently that's not needed anymore
2022-03-22 21:22:07 +00:00
ansible Remove version prefix from nextcloud tag 2022-03-22 21:22:07 +00:00
k8s Add a skeleton k8s deployment setup 2022-03-07 21:58:17 +00:00
scripts Add a skeleton k8s deployment setup 2022-03-07 21:58:17 +00:00
terraform Create VPN for port 53 2022-03-18 19:44:06 +00:00
.gitattributes Force yaml to be detected as its own language 2020-11-11 09:05:08 +00:00
.gitignore Commit the terraform lock file 2022-01-08 22:12:44 +00:00
.gitlab-ci.yml Pretend vault pass script is the password 2021-12-20 17:48:14 +00:00
README.md Read vault password from bitwarden instead of filesystem 2021-12-20 17:25:18 +00:00
renovate.json Add renovate config 2022-02-21 21:53:22 +00:00
yamllint.yml Add a skeleton k8s deployment setup 2022-03-07 21:58:17 +00: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

Ansible integrates with Bitwarden through its CLI.

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