From 0c90ef2dc47d42e6a2475c6f6293f23850239a89 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Wed, 8 Jan 2025 17:49:12 +0100 Subject: [PATCH] Improve some stuff --- .env.example | 5 ----- modules/infrastructure/ovh.tf | 8 ++++---- playbooks/roles/homebox/vars/main.yml | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.env.example b/.env.example index acba987..2ad1fa2 100755 --- a/.env.example +++ b/.env.example @@ -19,11 +19,6 @@ TF_VAR_aws_region= TF_VAR_aws_access_key= TF_VAR_aws_secret_key= -TF_VAR_contabo_client_id= -TF_VAR_contabo_client_secret= -TF_VAR_contabo_user= -TF_VAR_contabo_pass= - TF_VAR_hcloud_token= TF_VAR_healthchecksio_api_key= diff --git a/modules/infrastructure/ovh.tf b/modules/infrastructure/ovh.tf index efba640..e5a804c 100644 --- a/modules/infrastructure/ovh.tf +++ b/modules/infrastructure/ovh.tf @@ -52,10 +52,10 @@ resource "ovh_domain_zone_record" "tailscale_vpn" { target = each.value.address } -resource "ovh_domain_zone_record" "status_page_cname" { +resource "ovh_domain_zone_record" "gpg_verify" { zone = "serguzim.net" - subdomain = "status" - fieldtype = "CNAME" + subdomain = "@" + fieldtype = "TXT" ttl = 3600 - target = "status.serguzim.me." + target = "openpgp4fpr:723B78C0BF8D8C721D2C4EEF41E544A54E2533B2" } diff --git a/playbooks/roles/homebox/vars/main.yml b/playbooks/roles/homebox/vars/main.yml index 3929cc0..34895b9 100644 --- a/playbooks/roles/homebox/vars/main.yml +++ b/playbooks/roles/homebox/vars/main.yml @@ -14,7 +14,7 @@ homebox_env: homebox_compose: watchtower: update - image: ghcr.io/sysadminsmedia/homebox:latest-rootless + image: ghcr.io/sysadminsmedia/homebox:0-rootless volumes: - data:/data file: