Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Add default smtp password from the vault
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Dec 22, 2023
1 parent cfc27ec commit 3042102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/xnat/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ xnat_smtp_port: "2525"
xnat_smtp_protocol: "smtp"
xnat_smtp_auth: ""
xnat_smtp_username: ""
xnat_smtp_password: ""
xnat_smtp_password: "{{ vault_smtp_password | default(omit) }}"
xnat_smtp_start_tls: "false"
xnat_smtp_ssl_trust: "*"

Expand Down

0 comments on commit 3042102

Please sign in to comment.