setup nextcloud service
This commit is contained in:
@@ -15,3 +15,11 @@
|
||||
force: yes
|
||||
with_items:
|
||||
- { src: "/opt/shared/letsencrypt", path: "/etc/letsencrypt" }
|
||||
|
||||
- name: setup owncloud cron job
|
||||
cron:
|
||||
name: owncloud
|
||||
state: present
|
||||
user: www-data
|
||||
day: "*/15"
|
||||
job: "curl -k https://xaibox.xai-corp.net/cron.php"
|
||||
|
||||
Reference in New Issue
Block a user