Note
This plugin is part of the community.general collection.
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.mail
.
The below requirements are needed on the local controller node that executes this callback.
Parameter | Choices/Defaults | Configuration | Comments |
---|---|---|---|
bcc string | ini entries: [callback_mail] | BCC'd recipient | |
cc string | ini entries: [callback_mail] | CC'd recipient | |
mta string | Default: "localhost" | ini entries: [callback_mail] env:SMTPHOST | Mail Transfer Agent, server that accepts SMTP |
mtaport string | Default: 25 | ini entries: [callback_mail] | Mail Transfer Agent Port, port at which server SMTP |
sender string | ini entries: [callback_mail] | Mail sender | |
to string | Default: "root" | ini entries: [callback_mail] | Mail recipient |
Note
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.10/collections/community/general/mail_callback.html