mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-06-20 01:44:43 +02:00
add backup strategy
This commit is contained in:
parent
1fb5c50757
commit
ed0166db29
16 changed files with 374 additions and 9 deletions
|
@ -0,0 +1,8 @@
|
|||
- name: cronjob de vérification des programmes installés pour l'utilisateur root
|
||||
hosts: localhost
|
||||
tasks:
|
||||
- name: "vérifier l'existence d'un cronjob pour l'utilisateur root pour le workdflow nextcloud"
|
||||
ansible.builtin.cron:
|
||||
name: "run nextcloud workflows of root for container tk_websites"
|
||||
minute: "*/30"
|
||||
job: "/bin/bash ~/ansible/cronjob_nextcloud.sh"
|
Loading…
Add table
Add a link
Reference in a new issue