add backup strategy

This commit is contained in:
Tykayn 2023-08-15 22:35:32 +02:00 committed by tykayn
parent 1fb5c50757
commit ed0166db29
16 changed files with 374 additions and 9 deletions

View file

@ -0,0 +1,8 @@
- name: cronjob pour le workflow nextcloud toutes les 5 minutes
hosts: localhost
tasks:
- name: "vérifier l'existence d'un cronjob pour le workdflow nextcloud"
ansible.builtin.cron:
name: "run nextcloud workflows of tykayn"
minute: "*/5"
job: "/bin/bash ~/Nextcloud/ressources/workflow_nextcloud/cronjob_nextcloud.sh"