Find a file
2023-01-28 15:32:34 +00:00
ansible Add robots.txt for gitea 2023-01-28 15:32:34 +00:00
scripts
terraform Add a gitea deployment 2023-01-27 17:28:45 +00:00
.gitattributes Mark vault files as generated 2023-01-27 17:33:04 +00:00
.gitignore
.gitlab-ci.yml Update python Docker tag to v3.11 2022-10-26 16:04:48 +01:00
README.md
renovate.json
yamllint.yml

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