mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 04:11:25 -07:00
added version added
This commit is contained in:
parent
b7e4cfed82
commit
0d5b1a1567
1 changed files with 5 additions and 0 deletions
|
@ -23,28 +23,33 @@ options:
|
||||||
ini:
|
ini:
|
||||||
- section: callback_mail
|
- section: callback_mail
|
||||||
key: smtphost
|
key: smtphost
|
||||||
|
version_added: '2.5'
|
||||||
default: localhost
|
default: localhost
|
||||||
to:
|
to:
|
||||||
description: Mail recipient
|
description: Mail recipient
|
||||||
ini:
|
ini:
|
||||||
- section: callback_mail
|
- section: callback_mail
|
||||||
key: to
|
key: to
|
||||||
|
version_added: '2.5'
|
||||||
default: root
|
default: root
|
||||||
sender:
|
sender:
|
||||||
description: Mail sender
|
description: Mail sender
|
||||||
ini:
|
ini:
|
||||||
- section: callback_mail
|
- section: callback_mail
|
||||||
key: sender
|
key: sender
|
||||||
|
version_added: '2.5'
|
||||||
cc:
|
cc:
|
||||||
description: CC'd recipient
|
description: CC'd recipient
|
||||||
ini:
|
ini:
|
||||||
- section: callback_mail
|
- section: callback_mail
|
||||||
key: cc
|
key: cc
|
||||||
|
version_added: '2.5'
|
||||||
bcc:
|
bcc:
|
||||||
description: BCC'd recipient
|
description: BCC'd recipient
|
||||||
ini:
|
ini:
|
||||||
- section: callback_mail
|
- section: callback_mail
|
||||||
key: bcc
|
key: bcc
|
||||||
|
version_added: '2.5'
|
||||||
note:
|
note:
|
||||||
- "TODO: expand configuration options now that plugins can leverage Ansible's configuration"
|
- "TODO: expand configuration options now that plugins can leverage Ansible's configuration"
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue