Pfadanpassungen, Ermittle php-Version, munin-Task
This commit is contained in:
parent
0bbd45ac53
commit
6c2cecfe91
6 changed files with 83 additions and 14 deletions
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
local_munin_path: /data/munin
|
||||
mysql_socket: /var/run/mysqld/mysqld.sock
|
||||
|
||||
nextcloud_admin_user: systemausfall.org
|
||||
nextcloud_admin_pw: admin
|
||||
nextcloud_db_password: "{{ lookup('password', '/tmp/{{ instance.domain }}_db_pwd length=42 chars=ascii_letters,digits') }}"
|
||||
nextcloud_munin_user_password: "{{ lookup('password', '/tmp/{{ instance.domain }}_munin_pwd length=42 chars=ascii_letters,digits') }}"
|
||||
nextcloud_dl_url: https://download.nextcloud.com/server/releases
|
||||
nextcloud_root: /data/nextcloud
|
||||
nextcloud_install_path: "{{ nextcloud_root }}/{{ instance.domain }}"
|
||||
|
@ -19,5 +21,4 @@ nextcloud_smtp_auth_type: LOGIN
|
|||
nextcloud_smtp_host: sl-postbote.kahlo
|
||||
nextcloud_smtp_port: 25
|
||||
|
||||
php_version: "7.4"
|
||||
redis_config_file: /etc/redis/redis.conf
|
||||
redis_config_file: /etc/redis/redis.conf
|
Loading…
Add table
Add a link
Reference in a new issue