Find a file
2024-01-10 13:28:45 +00:00
.gitea/workflows Update actions/checkout action to v4 2023-11-19 18:04:50 +00:00
ansible Start resolved to support mDNS 2024-01-10 13:28:45 +00:00
terraform Sync terraform state to restic 2024-01-09 19:56:06 +00:00
.gitattributes
.gitignore
.yamllint.yml
justfile
README.md Move AdGuardHome configuration to Terraform 2024-01-08 21:45:28 +00:00
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.