Enable PostgreSQL database support
This commit is contained in:
parent
2a03876360
commit
86aef332ca
4 changed files with 55 additions and 18 deletions
|
@ -4,6 +4,7 @@ apache_custom_conf_path: /etc/apache2/conf-available
|
|||
nextcloud_admin_user: systemausfall.org
|
||||
nextcloud_admin_pw: "{{ lookup('password', '/tmp/{{ item.name }}_admin_pwd length=42 chars=ascii_letters,digits') }}"
|
||||
nextcloud_db_password: "{{ lookup('password', '/tmp/{{ item.name }}_db_pwd length=42 chars=ascii_letters,digits') }}"
|
||||
nextcloud_db_type: MariaDB
|
||||
nextcloud_github_api_url: https://api.github.com/repos/nextcloud/server/releases/latest
|
||||
nextcloud_dl_url: "https://download.nextcloud.com/server/releases/nextcloud-{{ latest_version.stdout }}.tar.bz2"
|
||||
nextcloud_root: /data/nextcloud
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue