mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-21 06:48:02 +01:00
This commit is contained in:
parent
38c231f172
commit
26fd453ce4
1 changed files with 4 additions and 0 deletions
|
@ -28,16 +28,19 @@
|
|||
name: Nextcloud cron
|
||||
minute: "*/5"
|
||||
job: /mnt/data/bin/healthcheck nextcloud-cron /mnt/data/bin/nextcloud-cron
|
||||
disabled: true
|
||||
- name: Cron - Nextcloud preview
|
||||
ansible.builtin.cron:
|
||||
name: Nextcloud preview
|
||||
minute: "*/7"
|
||||
job: /mnt/data/bin/healthcheck nextcloud-preview /mnt/data/bin/nextcloud-preview
|
||||
disabled: true
|
||||
- name: Cron - Nextcloud update apps
|
||||
ansible.builtin.cron:
|
||||
name: Nextcloud update apps
|
||||
special_time: daily
|
||||
job: /mnt/data/bin/healthcheck nextcloud-auto-update /mnt/data/bin/nextcloud-auto-update
|
||||
disabled: true
|
||||
- name: Cron - Dump manuels
|
||||
ansible.builtin.cron:
|
||||
name: Dump manuels
|
||||
|
@ -53,6 +56,7 @@
|
|||
name: Dump nextcloud
|
||||
minute: 52
|
||||
job: /mnt/data/bin/healthcheck dump-nextcloud /mnt/data/bin/dump-nextcloud
|
||||
disabled: true
|
||||
- name: Cron - Dump voyages.coccomagnard.fr
|
||||
ansible.builtin.cron:
|
||||
name: Dump voyages.coccomagnard.fr
|
||||
|
|
Loading…
Reference in a new issue