feat: remove nupes.social Mastodon (docker) instance
This commit is contained in:
17
roles/webapps/tasks/tootctl.yml
Normal file
17
roles/webapps/tasks/tootctl.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
|
||||
- name: Cron for media tootctl
|
||||
ansible.builtin.cron:
|
||||
user: mastodon
|
||||
name: Mastodon tootctl
|
||||
minute: "0"
|
||||
hour: "2"
|
||||
job: "{{ mastodon_home }}/bin/remove_media.sh"
|
||||
|
||||
- name: Cron for preview_cards tootctl
|
||||
ansible.builtin.cron:
|
||||
user: mastodon
|
||||
name: Mastodon tootctl preview
|
||||
minute: "30"
|
||||
hour: "2"
|
||||
job: "{{ mastodon_home }}/bin/remove_preview_cards.sh"
|
Reference in New Issue
Block a user