Fix vars and pass also password
This commit is contained in:
@ -106,6 +106,7 @@
|
||||
SMTP_HOST: "{{ smtp_host }}"
|
||||
SMTP_TLS_ENABLED: "{{ smtp_tls_enabled }}"
|
||||
SMTP_USER: "{{ smtp_user }}"
|
||||
SMTP_PASSWD: "{{ smtp_passwd }}"
|
||||
SSH_DOMAIN: "{{ ssh_domain }}"
|
||||
SSH_LISTEN_PORT: "{{ ssh_listen_port }}"
|
||||
SSH_PORT: "{{ ssh_port }}"
|
||||
|
Reference in New Issue
Block a user