cisco.ise.sg_mapping_deploy – Resource module for Sg Mapping Deploy¶
Note
This plugin is part of the cisco.ise collection (version 0.0.9).
To install it use: ansible-galaxy collection install cisco.ise
.
To use it in a playbook, specify: cisco.ise.sg_mapping_deploy
.
New in version 1.0.0: of cisco.ise
Synopsis¶
Manage operation update of the resource Sg Mapping Deploy.
Note
This module has a corresponding action plugin.
See Also¶
See also
- cisco.ise.plugins.module_utils.definitions.sg_mapping_deploy
The official documentation on the cisco.ise.plugins.module_utils.definitions.sg_mapping_deploy module.
- Sg Mapping Deploy reference
Complete reference of the Sg Mapping Deploy object model.
Examples¶
- name: Update by id
cisco.ise.sg_mapping_deploy:
ise_hostname: "{{ise_hostname}}"
ise_username: "{{ise_username}}"
ise_password: "{{ise_password}}"
ise_verify: "{{ise_verify}}"
id: string
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
ise_response
dictionary
|
always |
A dictionary or list with the response returned by the Cisco ISE Python SDK
Sample:
{}
|
Authors¶
Rafael Campos (@racampos)