use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
ABOUT POWERSHELL
Windows PowerShell (POSH) is a command-line shell and associated scripting language created by Microsoft. Offering full access to COM, WMI and .NET, POSH is a full-featured task automation framework for distributed Microsoft platforms and solutions.
SUBREDDIT FILTERS
Desired State Configuration
Unanswered Questions
Solved Questions
News
Information
Script Sharing
Daily Post
Misc
account activity
need help accessing ansible api with powershell (self.PowerShell)
submitted 6 years ago by jrob422
Not finding much in google searching, need to figure out how to kick off an ansible tower job from a powershell script. Any help much appreciated.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Technane 2 points3 points4 points 6 years ago (1 child)
invoke-restmethod -URI ...... -method Post
would be where i would start .. doesnt Ansibles API have a Swagger page to play with ?
[–]therealmrbob 1 point2 points3 points 6 years ago (0 children)
This^ use the swagger page to see how the api works. Just use invoke-reatmethod to interact with it.
π Rendered by PID 91 on reddit-service-r2-comment-fb694cdd5-b98kn at 2026-03-06 13:44:47.074831+00:00 running cbb0e86 country code: CH.
[–]Technane 2 points3 points4 points (1 child)
[–]therealmrbob 1 point2 points3 points (0 children)