cisco.ise.personas_promote_primary – Promote a node as the primary node¶
Note
This plugin is part of the cisco.ise collection (version 1.0.2).
To install it use: ansible-galaxy collection install cisco.ise
.
To use it in a playbook, specify: cisco.ise.personas_promote_primary
.
New in version 0.0.8: of cisco.ise
Parameters¶
See Also¶
See also
- cisco.ise.plugins.modules.personas_promote_primary
The official documentation on the cisco.ise.plugins.modules.personas_promote_primary module.
Examples¶
- name: Promote primary node
cisco.ise.personas_promote_primary:
ip: 10.1.1.1
hostname: ise-pan-server-1
username: admin
password: cisco123
roles:
- PPAN
- MNT-ACTIVE
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
ise_response
string
|
always |
A string stating that the node was promoted to primary
Sample:
Primary node was successfully updated
|
Authors¶
Rafael Campos (@racampos)