cisco.ise.aci_settings – Resource module for Aci Settings¶
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.aci_settings
.
New in version 1.0.0: of cisco.ise
Synopsis¶
Manage operation update of the resource Aci Settings.
Note
This module has a corresponding action plugin.
Parameters¶
See Also¶
See also
- cisco.ise.plugins.module_utils.definitions.aci_settings
The official documentation on the cisco.ise.plugins.module_utils.definitions.aci_settings module.
- Aci Settings reference
Complete reference of the Aci Settings object model.
Examples¶
- name: Update by id
cisco.ise.aci_settings:
ise_hostname: "{{ise_hostname}}"
ise_username: "{{ise_username}}"
ise_password: "{{ise_password}}"
ise_verify: "{{ise_verify}}"
state: present
aci50: false
aci51: false
adminName: admin name
allSxpDomain: false
defaultSgtName: Unknown
enableAci: false
enableDataPlane: false
enableElementsLimit: true
id: 872c4e3f-8b3f-4462-98ba-00519a033cce
ipAddressHostName: 10.0.0.1
l3RouteNetwork: L3_ROUTE
maxNumIepgFromAci: 1000
maxNumSgtToAci: 500
specificSxpDomain: true
specifixSxpDomainList:
- default
suffixToEpg: SGT
suffixToSgt: EPG
tenantName: ISE
untaggedPacketIepgName: Untagged
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)