.. Document meta :orphan: .. Anchors .. _ansible_collections.cisco.ise.personas_check_standalone_module: .. Anchors: short name for ansible.builtin .. Anchors: aliases .. Title cisco.ise.personas_check_standalone -- Ensure the node is in standalone mode ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. 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_check_standalone`. .. version_added .. versionadded:: 0.0.8 of cisco.ise .. contents:: :local: :depth: 1 .. Deprecated Synopsis -------- .. Description - Ensure the mode is in standalone mode .. 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
ip
string
The public IP address of the 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
name
string
The name of the node.
password
string
The password for the node.
username
string
The username for the node.

.. Notes .. Seealso See Also -------- .. seealso:: :ref:`cisco.ise.plugins.modules.personas_check_standalone ` The official documentation on the **cisco.ise.plugins.modules.personas_check_standalone** module. .. Examples Examples -------- .. code-block:: yaml+jinja - name: Check if all nodes are in STANDALONE state cisco.ise.personas_check_standalone: name: "{{ item.name }}" ip: "{{ item.ip }}" username: admin password: cisco123 loop: - name: ISE PAN Server 1 ip: 10.1.1.1 - name: ISE PAN Server 2 ip: 10.1.1.2 - name: ISE PSN Server 1 ip: 10.1.1.3 - name: ISE PSN Server 2 ip: 10.1.1.4 .. 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 is in standalone mode

Sample:
Node ISE PAN Server 1 is in STANDALONE mode


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