cisco.ise.guest_smtp_notification_settings – Resource module for Guest Smtp Notification Settings
Note
This plugin is part of the cisco.ise collection (version 1.1.0).
To install it use: ansible-galaxy collection install cisco.ise
.
To use it in a playbook, specify: cisco.ise.guest_smtp_notification_settings
.
New in version 1.0.0: of cisco.ise
Synopsis
Manage operations create and update of the resource Guest Smtp Notification Settings.
Note
This module has a corresponding action plugin.
Requirements
The below requirements are needed on the host that executes this module.
ciscoisesdk >= 1.0.0
python >= 3.5
Parameters
Notes
Note
Does not support
check_mode
See Also
See also
- Guest Smtp Notification Settings reference
Complete reference of the Guest Smtp Notification Settings object model.
Examples
- name: Update by id
cisco.ise.guest_smtp_notification_settings:
ise_hostname: "{{ise_hostname}}"
ise_username: "{{ise_username}}"
ise_password: "{{ise_password}}"
ise_verify: "{{ise_verify}}"
state: present
connectionTimeout: string
defaultFromAddress: string
id: string
notificationEnabled: true
password: string
smtpPort: string
smtpServer: string
useDefaultFromAddress: true
usePasswordAuthentication: true
useTLSorSSLEncryption: true
userName: string
- name: Create
cisco.ise.guest_smtp_notification_settings:
ise_hostname: "{{ise_hostname}}"
ise_username: "{{ise_username}}"
ise_password: "{{ise_password}}"
ise_verify: "{{ise_verify}}"
state: present
connectionTimeout: string
defaultFromAddress: string
notificationEnabled: true
password: string
smtpPort: string
smtpServer: string
useDefaultFromAddress: true
usePasswordAuthentication: true
useTLSorSSLEncryption: true
userName: string
Return Values
Common return values are documented here, the following are the fields unique to this module: