Find a file
Jake Howard 6f855fcc18 Migrate DNS to Gandi (#175)
Co-authored-by: Jake Howard <git@theorangeone.net>
Co-committed-by: Jake Howard <git@theorangeone.net>
2025-04-06 20:21:49 +01:00
.gitea/workflows
ansible Migrate DNS to Gandi (#175) 2025-04-06 20:21:49 +01:00
terraform Migrate DNS to Gandi (#175) 2025-04-06 20:21:49 +01:00
.gitattributes
.gitignore
.yamllint.yml
justfile
README.md
renovate.json

Infrastructure

Requirements

  • Python 3
  • Locally configured SSH config (ideally deployed through dotfiles)
  • ansible installed on the system
  • just

Installation

  • just setup
  • just terraform init

Private Settings

Ansible integrates with Bitwarden through its CLI.

Terraform secrets are stored in terraform/.env, and provisioned using just update-secrets.

Deploying

  • just ansible-deploy
  • juts terraform apply

External configuration

This repository contains most of my infrastructure configuration, but not everything is configured here. Some things are external, for various reasons.