From 0e93b2614e70969759dd8e6142f5cfaf139c065e Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Tue, 21 May 2024 19:01:29 -0500 Subject: [PATCH] Deprecate a bunch of bleromer stuff --- playbooks/tasks/web/pleroma.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/tasks/web/pleroma.yml b/playbooks/tasks/web/pleroma.yml index 777b70a..a77939d 100644 --- a/playbooks/tasks/web/pleroma.yml +++ b/playbooks/tasks/web/pleroma.yml @@ -2,10 +2,14 @@ - name: docker deploy pleroma docker_container: name: pleroma + # Note: this container is defunct + # Switch to this: https://github.com/angristan/docker-pleroma image: jordemort/pleroma state: absent env: TZ: "America/Chicago" + # This value is wrong because we're on Hetzner now, which is on a 10.0.0.0/8 + # In fact, most of these envvars are wrong POSTGRES_HOST: 192.168.164.156 POSTGRES_DB: pleroma_cowfee POSTGRES_USER: pleroma-cowfee