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') }}"
name: admin
db:
host: localhost
user: nextcloud
pw: None
name: nextcloud