Hi all,
This is strictly not related to this group, but I wanted to share anyway:
I’ve started development on a PowerShell module for interacting with Tower’s REST api. The Ansible team has done an amazing job of creating a very self-documenting api, so it shouldn’t take to long to have the most important functionality in place.
The current version only supports getting and creating organizations, but it’s set up in a way that lets me quickly add more stuff.
I’ll be looking for testers (and PR’s) down the road, but plan to do a little bit more development on it before I let more people in. If you want to keep track of progress, it’s published at:
https://github.com/trondhindenes/AnsibleTower-PowerShell
Mind you, you’ll need visual studio to combile the project as it sits right now (just build the included project in-place and then run import-module AnsibleTower.psd1).
I’m also running on basic authentication, plan to switch to token-based auth in the near future.
So, if you’re using Tower and are doing any Windows development so you happen to have Visual Studio on your machine, let me know if you want to help test/contribute!
Regards,
Trond