mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-10-09 17:02:47 +02:00
add backup strategy
This commit is contained in:
parent
1fb5c50757
commit
ed0166db29
16 changed files with 374 additions and 9 deletions
8
automatisation/ansible/cronjob_workflow.yml
Normal file
8
automatisation/ansible/cronjob_workflow.yml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue