.. Document meta :orphan: .. Anchors .. _ansible_collections.cisco.ise.personas_promote_primary_module: .. Anchors: short name for ansible.builtin .. Anchors: aliases .. Title cisco.ise.personas_promote_primary -- Promote a node as the primary node ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. Collection note .. note:: This plugin is part of the `cisco.ise collection `_ (version 0.0.9). To install it use: :code:`ansible-galaxy collection install cisco.ise`. To use it in a playbook, specify: :code:`cisco.ise.personas_promote_primary`. .. version_added .. versionadded:: 0.0.8 of cisco.ise .. contents:: :local: :depth: 1 .. Deprecated Synopsis -------- .. Description - Promote a node as the primary node .. note:: This module has a corresponding :ref:`action plugin `. .. Aliases .. Requirements Requirements ------------ The below requirements are needed on the host that executes this module. - ciscoisesdk .. Options Parameters ---------- .. raw:: html
Parameter Choices/Defaults Comments
hostname
string
The hostname of the primary node.
ip
string
The public IP address of the primary node
ise_verify
boolean
    Choices:
  • no
  • yes
Whether or not to verify the identity of the node.
ise_version
string
The version of the ISE node.
ise_wait_on_rate_limit
boolean
    Choices:
  • no
  • yes
Whether or not to wait on rate limit
password
string
The password to log into the primary node.
roles
list / elements=string
The roles to be fulfilled by this node. Must contain at least PPAN and any of MNT-ACTIVE or MNT-STANDBY or PDP
username
string
The username to log into the primary node.

.. Notes .. Seealso See Also -------- .. seealso:: :ref:`cisco.ise.plugins.modules.personas_promote_primary ` The official documentation on the **cisco.ise.plugins.modules.personas_promote_primary** module. .. Examples Examples -------- .. code-block:: yaml+jinja - 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 .. Facts .. Return values Return Values ------------- Common return values are documented :ref:`here `, the following are the fields unique to this module: .. raw:: html
Key Returned Description
ise_response
string
always
A string stating that the node was promoted to primary

Sample:
Primary node was successfully updated


.. Status (Presently only deprecated) .. Authors Authors ~~~~~~~ - Rafael Campos (@racampos) .. Parsing errors