Version 0.1: Inital working deployment version

This commit is contained in:
2024-12-04 10:33:29 +01:00
parent b5d0dc3f2b
commit d608cff6fc
26 changed files with 479 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#- name: Configure Caching and File locking
# command: "{{ item }}"
# loop: >
# - occ config:system:set memcache.local --value '\OC\Memcache\APCu'
# - occ config:system:set memcache.locking --value '\OC\Memcache\Redis'
# - occ config:system:set redis --value '{"host": "127.0.0.1", "port": "6379"}' --type json
- name: Configure Log Rotation.
template:
src: "templates/log-rotation.j2"
dest: "/etc/logrotate.d/owncloud"
owner: root
group: root