jeisenbath / ansible-collection-solarwinds-orion

An Ansible collection for managing nodes in Solarwinds Orion
10 stars 1 forks source link

Solarwinds Collection for Ansible

Collection for managing Nodes in Solarwinds Orion.

Included Content

Modules

Name Description
solarwinds.orion.orion_custom_property Manage custom properties on Node.
solarwinds.orion.orion_node Creates, Removes, Manage, or Mute Node.
solarwinds.orion.orion_node_application Manages APM application templates assigned to Nodes.
solarwinds.orion.orion_node_custom_poller Creates/Removes custom pollers on a Node.
solarwinds.orion.orion_node_info Gets info about a Node.
solarwinds.orion.orion_node_interface Manage interfaces on Nodes.
solarwinds.orion.orion_node_poller Manage Pollers on Nodes.
solarwinds.orion.orion_node_poller_info Query info about pollers assigned to a Node.
solarwinds.orion.orion_update_node Updates Node properties.
solarwinds.orion.orion_volume Manage Volumes on Nodes.
solarwinds.orion.orion_volume_info Gets info about a Volume assigned to a Node.
solarwinds.orion.orion_node_ncm Adds or Removes an existing node to NCM.
solarwinds.orion.orion_query Run a SWQL query against the orion database.

Plugins

Name Description
solarwinds.orion.orion_nodes_inventory Dynamic Inventory Plugin for Solarwinds Orion

Roles

Name Description
solarwinds.orion.orion_node Add a node to solarwinds orion

Tested with Ansible

2.9 2.12.2 2.13.3 2.14.2

External requirements

pip install -r requirements.txt

Installing the Collection from Ansible Galaxy

Before using this collection, you need to install it with the Ansible Galaxy command-line tool:

ansible-galaxy collection install git+https://github.com/jeisenbath/ansible-collection-solarwinds-orion.git

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: solarwinds.orion
    type: git
    source: https://github.com/jeisenbath/ansible-collection-solarwinds-orion

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 git+https://github.com/jeisenbath/ansible-collection-solarwinds-orion.git --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 git+https://github.com/jeisenbath/ansible-collection-solarwinds-orion.git,v1.0.0

See Ansible Using collections for more details.

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.