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:
|
web1.9iron.club:
|
||||||
fedi1.9iron.club:
|
fedi1.9iron.club:
|
||||||
web1.cowfee.moe:
|
web1.cowfee.moe:
|
||||||
|
vars:
|
||||||
|
backups_frequency: 4h
|
||||||
# Gameservers of all sorts
|
# Gameservers of all sorts
|
||||||
gameservers:
|
gameservers:
|
||||||
vars:
|
vars:
|
||||||
@ -69,5 +71,3 @@ all:
|
|||||||
zone: cowfee.moe
|
zone: cowfee.moe
|
||||||
hosts:
|
hosts:
|
||||||
web1.cowfee.moe:
|
web1.cowfee.moe:
|
||||||
vars:
|
|
||||||
backups_frequency: 4h
|
|
||||||
|
@ -154,6 +154,8 @@
|
|||||||
command: /opt/pleroma/bin/pleroma_ctl migrate
|
command: /opt/pleroma/bin/pleroma_ctl migrate
|
||||||
args:
|
args:
|
||||||
chdir: /opt/pleroma
|
chdir: /opt/pleroma
|
||||||
|
become: yes
|
||||||
|
become_user: pleroma
|
||||||
changed_when: false
|
changed_when: false
|
||||||
- name: Start and enable service
|
- name: Start and enable service
|
||||||
systemd:
|
systemd:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user