Actually increase backup freq, fix a perms issue on new pleroma deployments
This commit is contained in:
parent
4b415c7c4e
commit
cb08c1c46b
@ -42,6 +42,8 @@ all:
|
||||
web1.9iron.club:
|
||||
fedi1.9iron.club:
|
||||
web1.cowfee.moe:
|
||||
vars:
|
||||
backups_frequency: 4h
|
||||
# Gameservers of all sorts
|
||||
gameservers:
|
||||
vars:
|
||||
@ -69,5 +71,3 @@ all:
|
||||
zone: cowfee.moe
|
||||
hosts:
|
||||
web1.cowfee.moe:
|
||||
vars:
|
||||
backups_frequency: 4h
|
||||
|
@ -154,6 +154,8 @@
|
||||
command: /opt/pleroma/bin/pleroma_ctl migrate
|
||||
args:
|
||||
chdir: /opt/pleroma
|
||||
become: yes
|
||||
become_user: pleroma
|
||||
changed_when: false
|
||||
- name: Start and enable service
|
||||
systemd:
|
||||
|
Loading…
Reference in New Issue
Block a user