mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 01:28:33 +01:00
add: nextcloud php config
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user