Add nextcloud.db.host option

This commit is contained in:
Julian Rother 2025-10-31 15:44:57 +01:00
parent 957da88d3d
commit 791b22dec2
Signed by: julian
GPG key ID: C19B924C0CD13341
2 changed files with 3 additions and 0 deletions

View file

@ -16,6 +16,7 @@ nextcloud:
pw: "{{ lookup('password', '/dev/null') }}" pw: "{{ lookup('password', '/dev/null') }}"
name: admin name: admin
db: db:
host: localhost
user: nextcloud user: nextcloud
pw: None pw: None
name: nextcloud name: nextcloud

View file

@ -53,6 +53,8 @@
- -n - -n
- --database - --database
- mysql - mysql
- --database-host
- '{{ nextcloud.db.host }}'
- --database-name - --database-name
- '{{ nextcloud.db.name }}' - '{{ nextcloud.db.name }}'
- --database-user - --database-user