ansible-base/roles/mas/templates/config-email.json.j2

7 lines
156 B
Django/Jinja

{
"email": {
"from": "Authentication Service <root@localhost>",
"reply_to": "Authentication Service <root@localhost>",
"transport": "blackhole"
}
}