bateskevin / psansible.playbook

Powershell Wrapper for ansible-playbook executable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

psansible.playbook

PSAnsible is a list of modules to help powershell users pilot the ansible executables in a more "powershellesque" way.

Check out this BLog Post for more details on the project.

CI Status

OS Powershell Version status
Ubuntu Powershell Core 7.2.2 Build Status

Summary

Instead of text in a console, we can get objects back, which we then in turn can use further programmatically. This enables things like building reports based on Powershell objects from a CLI, easier debugging of playbook runs or even pester tests for ansible playbooks.

This module enables you to run an ansible playbook from within a Powershell Session/Script and continue your process with the result of the playbook run, whatever that may be.

Documentation

Topic link
How to set up the module Docs How To setup
How to use the module Docks how to use
Advanced sample usecases Docs advanced usecases

About

Powershell Wrapper for ansible-playbook executable

License:MIT License


Languages

Language:PowerShell 100.0%