Fix vars and pass also password

This commit is contained in:
Luke Murphy
2020-03-27 18:42:41 +01:00
parent 17ece2d1b5
commit e5527cd3e0
2 changed files with 3 additions and 2 deletions

View File

@ -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 }}"