Touch ups
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
[yttrx]
|
||||
tusky.masto.yttrx.com
|
||||
wooly.masto.yttrx.com
|
||||
grafana.yttrx.com
|
||||
mail.yttrx.com
|
||||
|
||||
[mastodon]
|
||||
wooly.masto.yttrx.com
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Wrap around a docker command to invoke `tootctl`
|
||||
docker exec -it $(docker ps -f name=web -q | head -n1) bin/tootctl $*
|
||||
docker exec -it $(docker ps -f name=web -q | head -n1) bin/tootctl $@
|
||||
|
||||
@@ -53,3 +53,14 @@
|
||||
mode: '0755'
|
||||
tags:
|
||||
- install
|
||||
|
||||
- name: Create cronjob for tootctl accounts prune
|
||||
ansible.builtin.cron:
|
||||
name: tootctl accounts prune
|
||||
job: /usr/local/bin/tootctl accounts prune
|
||||
weekday: "1"
|
||||
minute: "0"
|
||||
hour: "5"
|
||||
tags:
|
||||
- configure
|
||||
|
||||
|
||||
Reference in New Issue
Block a user