Collection for managing Nodes in Solarwinds Orion.
Name | Description |
---|---|
jeisenbath.solarwinds.orion_custom_property | Manage custom properties on Node. |
jeisenbath.solarwinds.orion_node | Creates, Removes, Manage, or Mute Node. |
jeisenbath.solarwinds.orion_node_application | Manages APM application templates assigned to Nodes. |
jeisenbath.solarwinds.orion_node_custom_poller | Creates/Removes custom pollers on a Node. |
jeisenbath.solarwinds.orion_node_hardware_health | Creates/Removes Hardware Health poller on a Node. |
jeisenbath.solarwinds.orion_node_info | Gets info about a Node. |
jeisenbath.solarwinds.orion_node_interface | Manage interfaces on Nodes. |
jeisenbath.solarwinds.orion_node_interface_info | Query info about interfaces on a Node. |
jeisenbath.solarwinds.orion_node_poller | Manage Pollers on Nodes. |
jeisenbath.solarwinds.orion_node_poller_info | Query info about pollers assigned to a Node. |
jeisenbath.solarwinds.orion_update_node | Updates Node properties. |
jeisenbath.solarwinds.orion_volume | Manage Volumes on Nodes. |
jeisenbath.solarwinds.orion_volume_info | Gets info about a Volume assigned to a Node. |
jeisenbath.solarwinds.orion_node_ncm | Adds or Removes an existing node to NCM. |
jeisenbath.solarwinds.orion_query | Run a SWQL query against the orion database. |
Name | Description |
---|---|
jeisenbath.solarwinds.orion_nodes_inventory | Dynamic Inventory Plugin for Solarwinds Orion |
Name | Description |
---|---|
jeisenbath.solarwinds.orion_node | Add a node to solarwinds orion |
2.9 2.12.2 2.13.3 2.14.2
pip install -r requirements.txt
Before using this collection, you need to install it with the Ansible Galaxy command-line tool:
ansible-galaxy collection install jeisenbath.solarwinds
You can also include it in a requirements.yml
file and install it with ansible-galaxy collection install -r requirements.yml
, using the format:
---
collections:
- name: jeisenbath.solarwinds
Note that if you install the collection from Ansible Galaxy, it will not be upgraded automatically when you upgrade the ansible
package. To upgrade the collection to the latest available version, run the following command:
ansible-galaxy collection install jeisenbath.solarwinds --upgrade
You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax to install version 1.0.0
:
ansible-galaxy collection install jeisenbath.solarwinds,v3.0.0
If you are using a version prior to 3.0.0 when the namespace changed from solarwinds.orion to jeisenbath.solarwinds, use this to force update from the stable-2.x branch. This branch will be maintained with bugfixes until 2026-01-01
ansible-galaxy collection install git+https://github.com/jeisenbath/ansible-collection-solarwinds-orion.git,stable-2.x --force
See Ansible Using collections for more details.
GNU General Public License v3.0 or later.
See LICENSE to see the full text.
Please see the official Ansible Community Code of Conduct.