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
|
||||
|
|
|
|||
|
|
@ -53,6 +53,8 @@
|
|||
- -n
|
||||
- --database
|
||||
- mysql
|
||||
- --database-host
|
||||
- '{{ nextcloud.db.host }}'
|
||||
- --database-name
|
||||
- '{{ nextcloud.db.name }}'
|
||||
- --database-user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue