cbabs / solarwinds-ansible-inv

Dynamic Inventory for Solar Winds hosts in Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swinds-ansible-inv

Dynamic Inventory for Solar Winds hosts in Ansible

This python script connects to Solar Winds via rest API to create a dynamic inventory in Ansible. JSON data is pulled into the python script via rest https API call to Orion. Groups are based on 'Vendor'. It pulls the 'IPAddress' for hosts field. The impetus for this script was for network devices. As such, the 'IPAddress' was chosen over say hostname. If one wanted to use anisble for servers with DNS using hostnames, replacing the 'IPAdrress' string to 'SysName' should produce that result. One could also change the 'Vendor' to somethign else like the OS version. I would recommend downloading the SWQL Studio and look under Orion.Nodes table for more options.

Any suggestions/code to improve would be awesome.

About

Dynamic Inventory for Solar Winds hosts in Ansible


Languages

Language:Python 100.0%