No description
Find a file
2024-09-27 22:56:49 +02:00
dns Migrate dns part 2024-09-25 01:20:03 +02:00
inventory Switch registry to scaleway 2024-09-27 22:56:49 +02:00
playbooks Migrate services part 2024-09-27 00:05:15 +02:00
roles Switch registry to scaleway 2024-09-27 22:56:49 +02:00
tf-templates Migrate opentofu part 2024-09-25 13:23:52 +02:00
.env.example Migrate dns part 2024-09-25 01:20:03 +02:00
.envrc Migrate dns part 2024-09-25 01:20:03 +02:00
.gitignore Migrate services part 2024-09-27 00:05:15 +02:00
.pre-commit-config.yaml Migrate services part 2024-09-27 00:05:15 +02:00
.terraform.lock.hcl Migrate opentofu part 2024-09-25 13:23:52 +02:00
ansible.cfg Migrate services part 2024-09-27 00:05:15 +02:00
creds.json Migrate dns part 2024-09-25 01:20:03 +02:00
dnsconfig.js Migrate dns part 2024-09-25 01:20:03 +02:00
hcloud.tf Move tfvars into variables defaults 2024-09-27 01:54:01 +02:00
main.tf Migrate opentofu part 2024-09-25 13:23:52 +02:00
Makefile Migrate services part 2024-09-27 00:05:15 +02:00
output.tf Switch registry to scaleway 2024-09-27 22:56:49 +02:00
ovh.tf Migrate opentofu part 2024-09-25 13:23:52 +02:00
README.md Migrate services part 2024-09-27 00:05:15 +02:00
scaleway.tf Switch registry to scaleway 2024-09-27 22:56:49 +02:00
secrets.auto.tfvars.example Move tfvars into variables defaults 2024-09-27 01:54:01 +02:00
shell.nix Migrate dns part 2024-09-25 01:20:03 +02:00
tailscale.tf Migrate opentofu part 2024-09-25 13:23:52 +02:00
variables.tf Move tfvars into variables defaults 2024-09-27 01:54:01 +02:00

DNS records for serguzim.net

Get started

  • install DNSControl (direnv and shell.nix should help)
  • create credentials for ovh: Control panel - OVHcloud
  • enter credentials to ovh in .env file (copy from .env.example)
  • check credentials with make dns-check
  • run make dns

Ansible project to deploy services

Variables

CLI variable overwrites

force_forgejo_runner_registration

-e force_forgejo_runner_registration=True
Force forgejo-runner to prompt a new registration token.

docker_update

-e docker_update=True
Pull and build the docker compose services