chore: switched email from smardigo.digital to netgo.de

- gitea
- harbor
- keycloak
main
Sven Ketelsen 2 years ago
parent ca4c3fed48
commit d1102e782e

@ -38,7 +38,7 @@ gitea_environment: [
"GITEA__server__ROOT_URL: \"{{ stage_server_url }}\"",
"GITEA__mailer__ENABLED: \"true\"",
"GITEA__mailer__FROM: \"{{ inventory_hostname }}@{{ domain }}\"",
"GITEA__mailer__FROM: \"{{ inventory_hostname }}@netgo.de\"",
"GITEA__server__MAILER_TYPE: \"smtp\"",
"GITEA__server__HOST: \"{{ shared_service_mail_hostname }}\"",

@ -35,7 +35,7 @@ harbor_dockercompose_customized:
harbor_base_configuration:
email_host: '{{ shared_service_mail_hostname }}'
email_port: 25
email_from: '{{ harbor_id }}@{{ domain }}'
email_from: '{{ harbor_id }}@netgo.de'
email_password: ''
email_username: ''
email_insecure: true
@ -68,7 +68,6 @@ project_object_template:
harbor_projects_smardigo_default:
- awx
- sensw
- smardigo
- infrastructure

@ -2,7 +2,7 @@
harbor_system_configuration:
email_host: '{{ shared_service_mail_hostname }}'
email_port: 25
email_from: 'harbor@{{ domain_env }}'
email_from: 'harbor@netgo.de'
email_password: ''
email_username: ''
email_insecure: true

@ -25,7 +25,7 @@
admin_events_enabled: yes
smtp_server:
host: "{{ shared_service_mail_hostname }}"
from: "{{ keycloak_id }}@smardigo.digital"
from: "{{ keycloak_id }}@netgo.de"
events_listeners:
- "jboss-logging"
- "metrics-listener"

@ -90,7 +90,7 @@
community.general.mail:
host: "{{ stage }}-mail-01.smardigo.digital"
port: 25
from: "noreply@smardigo.digital"
from: "noreply@netgo.de"
to: "{{ devops_email_address }}"
subject: "Backup Postgresql on {{ inventory_hostname }} ( {{ lookup('pipe','date +%Y-%m-%d_%H:%M') }} ) problem report for failed postgresql basebackup"
body: |

Loading…
Cancel
Save