add: nextcloud php config

This commit is contained in:
2024-12-23 12:23:58 +00:00
parent 3c3693d286
commit dcdb52c047
4 changed files with 62 additions and 0 deletions

View File

@@ -11,6 +11,13 @@
job: /usr/bin/sudo -u www-data /usr/bin/php -f /var/www/nextcloud/cron.php
user: root
- name: Template nextcloud php conf
template:
src: "nextcloud-config.php"
dest: "/var/www/nextcloud/config/config.php"
owner: www-data
group: www-data
- name: Template nginx base conf
template:
src: "{{ item }}"