Add nextcloud.db.host option
This commit is contained in:
parent
957da88d3d
commit
791b22dec2
2 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ nextcloud:
|
|||
pw: "{{ lookup('password', '/dev/null') }}"
|
||||
name: admin
|
||||
db:
|
||||
host: localhost
|
||||
user: nextcloud
|
||||
pw: None
|
||||
name: nextcloud
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue