added support for smtp auth
This commit is contained in:
parent
f6887f80d3
commit
7c06a367b4
2 changed files with 4 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ nextcloud:
|
|||
mail:
|
||||
from: www-data
|
||||
domain: localhost
|
||||
server: ~
|
||||
admin:
|
||||
pw: "{{ lookup('password', '/dev/null') }}"
|
||||
name: admin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue