Skip to content

Latest commit

 

History

History

demo

🎥 Demo movies

Demonstration videos taken using vhs.

Create config file

This demo creates a configuration file that should be created first in using this Jagabata.psm. To get a Personal Access Token (PAT), see settings.

demo-0

Invoke JobTemplate

Demo of Synchronous job execution using Invoke-AnsibleJobTemplate which launch the JobTemplate and wait the job is finished.

demo-1

Start JobTemplate

Demo of Asynchronous job execution using Start-AnsibleJobTemplate which launch the JobTemplate but not wait the job is finished. And then wait the job is finished using Wait-AnsibleUnifiedJob

demo-2