♻: add pg role determination to mastodon

This commit is contained in:
VC
2025-02-15 09:15:23 +01:00
parent 14f6dfde14
commit 7f8db91dfb
6 changed files with 189 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
---
- name: Restart mastodon
ansible.builtin.systemd:
name: "{{ item }}"
daemon_reload: true
state: restarted
enabled: true
loop:
- "mastodon-sidekiq.service"
- "mastodon-streaming@4000.service"
- "mastodon-web.service"