aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-05-15 14:21:16 +0200
committeralex <alex@pdp7.net>2026-05-15 14:21:16 +0200
commit2ef31ec7e0d394c8007571dc7ccf92e4b51d4c82 (patch)
treeabb70fae2f0aa7c04959108a43b8d1ff60010ae0
parentb54979bf12df1764b9e24bacea9fd5f2d4e7bb61 (diff)
Disable Takahe error emails
Scraping was unbearable
-rw-r--r--personal_infra/playbooks/roles/takahe/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/personal_infra/playbooks/roles/takahe/tasks/main.yaml b/personal_infra/playbooks/roles/takahe/tasks/main.yaml
index ed0ab182..5db1ca17 100644
--- a/personal_infra/playbooks/roles/takahe/tasks/main.yaml
+++ b/personal_infra/playbooks/roles/takahe/tasks/main.yaml
@@ -67,7 +67,7 @@
TAKAHE_USE_PROXY_HEADERS: "true"
TAKAHE_AUTO_ADMIN_EMAIL: "{{ takahe.admin_email }}"
TAKAHE_CSRF_HOSTS: "{{ ['https://femto.pub', 'https://alex.femto.pub'] | to_json }}"
- TAKAHE_ERROR_EMAILS: "{{ [takahe.admin_email] | to_json }}"
+ # TAKAHE_ERROR_EMAILS: "{{ [takahe.admin_email] | to_json }}"
delegate_to: 127.0.0.1
- name: create deployment
k8s: