Servers, containers and stuff
Go to file
Jake Howard 983c3adca1
/ terraform (push) Successful in 46s Details
/ ansible (push) Successful in 1m39s Details
Move backups out of DB directory
I've now increased the compression and record size
2023-06-17 16:37:07 +01:00
.gitea/workflows Only pass vault pass when deploying 2023-06-15 14:45:09 +01:00
ansible Move backups out of DB directory 2023-06-17 16:37:07 +01:00
scripts Only pass vault pass when deploying 2023-06-15 14:45:09 +01:00
terraform Fix new ansible-lint errors 2023-06-15 15:16:19 +01:00
.gitattributes Mark vault files as generated 2023-01-27 17:33:04 +00:00
.gitignore Move split secrets into single env file 2023-05-03 20:54:06 +01:00
README.md Add gitea CI 2023-03-29 20:34:53 +01:00
renovate.json Let renovate find galaxy requirements 2023-05-06 21:44:12 +01:00
yamllint.yml Fix new ansible-lint errors 2023-06-15 15:16:19 +01:00

README.md

Infrastructure

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