Note
This module is part of the cisco.ise collection (version 2.10.0).
You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.
To install it, use: ansible-galaxy collection install cisco.ise. You need further requirements to be able to use this module, see Requirements for details.
To use it in a playbook, specify: cisco.ise.personas_check_standalone.
Note
The cisco.ise collection is considered unmaintained and will be removed from Ansible 12. Once removed, you can still install the collection manually with ansible-galaxy collection install cisco.ise. See the discussion thread for more information.
New in cisco.ise 0.0.8
Note
This module has a corresponding action plugin.
The below requirements are needed on the host that executes this module.
Parameter | Comments |
|---|---|
hostname string | The hostname for the node for which the certificate will be exported. |
ip string | The IP address of the node |
ise_verify boolean | Whether or not to verify the identity of the node. Choices:
|
ise_version string | The version of the ISE node. |
ise_wait_on_rate_limit boolean | Whether or not to wait on rate limit Choices:
|
password string | The password for the node. |
username string | The username for the node. |
Note
check_mode
See also
The official documentation on the cisco.ise.plugins.modules.personas_check_standalone module.
- name: Check if all nodes are in STANDALONE state
cisco.ise.personas_check_standalone:
ip: "{{ item.ip }}"
username: admin
password: cisco123
hostname: "{{ item.hostname }}"
loop:
- ip: 10.1.1.1
hostname: ise-pan-server-1
- ip: 10.1.1.2
hostname: ise-pan-server-2
- ip: 10.1.1.3
hostname: ise-psn-server-1
- ip: 10.1.1.4
hostname: ise-psn-server-2
Common return values are documented here, the following are the fields unique to this module:
Key | Description |
|---|---|
ise_response string | A string stating that the node is in standalone mode Returned: always Sample: |
© 2012–2018 Michael DeHaan
© 2018–2025 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/collections/cisco/ise/personas_check_standalone_module.html