feat: add nextcloud role \w cronjob

This commit is contained in:
2024-01-12 05:25:37 +00:00
parent 6e326437ad
commit 144f12e4b7
2 changed files with 11 additions and 0 deletions

View File

@@ -57,3 +57,7 @@
- hosts: harbor-registry
roles:
- { role : harbor-registry, tags : [ "harbor" ] }
- hosts: nextcloud ths
roles:
- { role: nextcloud, tags: ["nextcloud"] }

View File

@@ -0,0 +1,7 @@
- name: Add slapd script to cron
cron:
minute: "0"
hour: "0"
name: Nextcloud cron-cleanup
job: /usr/bin/php -f /var/www/nextcloud/cron.php
user: www-data