Skip to content

Commit

Permalink
add SC_CONTACT_EMAIL according to different configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeppner-dataport committed Jan 20, 2025
1 parent 10fa819 commit 3b36dd2
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 5 deletions.
3 changes: 2 additions & 1 deletion ansible/group_vars/loadtest/smtp.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SMTP
SMTP_SENDER: [email protected]
SUPPORT_WISH_EMAIL_ADDRESS: [email protected]
SUPPORT_WISH_EMAIL_ADDRESS: [email protected]
SC_CONTACT_EMAIL: [email protected]
1 change: 1 addition & 0 deletions ansible/host_vars/prod-brb/smtp.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
SUPPORT_WISH_EMAIL_ADDRESS: "[email protected]"
# SUPPORT_EMAIL
SUPPORT_PROBLEM_EMAIL_ADDRESS: "[email protected]"
SC_CONTACT_EMAIL: "[email protected]"
3 changes: 2 additions & 1 deletion ansible/host_vars/prod-dbc/smtp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
SUPPORT_WISH_EMAIL_ADDRESS: [email protected]
# SUPPORT_EMAIL
SUPPORT_PROBLEM_EMAIL_ADDRESS: "[email protected]"
SMTP_SENDER: [email protected]
SC_CONTACT_EMAIL: "[email protected]"
SMTP_SENDER: [email protected]
3 changes: 2 additions & 1 deletion ansible/host_vars/prod-nbc/smtp.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SUPPORT_WISH_EMAIL_ADDRESS: "[email protected]"
SUPPORT_PROBLEM_EMAIL_ADDRESS: "[email protected]"
SUPPORT_PROBLEM_EMAIL_ADDRESS: "[email protected]"
SC_CONTACT_EMAIL: "[email protected]"
1 change: 1 addition & 0 deletions ansible/host_vars/prod-thr/smtp.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SUPPORT_WISH_EMAIL_ADDRESS: "[email protected]"
SUPPORT_PROBLEM_EMAIL_ADDRESS: "[email protected]"
SC_CONTACT_EMAIL: "[email protected]"
3 changes: 2 additions & 1 deletion ansible/host_vars/ref-audit/smtp.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SUPPORT_EMAIL

SUPPORT_WISH_EMAIL_ADDRESS: [email protected]
#SUPPORT_PROBLEM_EMAIL_ADDRESS:
SC_CONTACT_EMAIL: [email protected]
#SUPPORT_PROBLEM_EMAIL_ADDRESS:

1 change: 1 addition & 0 deletions ansible/host_vars/ref-brb/smtp.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
SUPPORT_WISH_EMAIL_ADDRESS: "[email protected]"
# SUPPORT_EMAIL
SUPPORT_PROBLEM_EMAIL_ADDRESS: "[email protected]"
SC_CONTACT_EMAIL: "[email protected]"
3 changes: 2 additions & 1 deletion ansible/host_vars/ref-dbc/smtp.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SUPPORT_EMAIL

SUPPORT_WISH_EMAIL_ADDRESS: [email protected]
#SUPPORT_PROBLEM_EMAIL_ADDRESS:
SC_CONTACT_EMAIL: [email protected]
#SUPPORT_PROBLEM_EMAIL_ADDRESS:

1 change: 1 addition & 0 deletions ansible/host_vars/ref-nbc/smtp.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
SUPPORT_WISH_EMAIL_ADDRESS: [email protected]
SC_CONTACT_EMAIL: [email protected]
1 change: 1 addition & 0 deletions ansible/host_vars/ref-thr/smtp.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SUPPORT_WISH_EMAIL_ADDRESS: [email protected],[email protected]
SUPPORT_PROBLEM_EMAIL_ADDRESS: "[email protected]"
SC_CONTACT_EMAIL: [email protected]

0 comments on commit 3b36dd2

Please sign in to comment.