Skip to main content Skip to docs navigation
Check
View on GitHub

Playground

Give provisioner a try by using the examples plugin

On this page

Instructions

Follow these steps to install the examples plugin and run no-op commands just to get the feel of using provisioner, its plugins and overall user experience.

  1. Install the playground

    pip install provisioner-examples-plugin
    
  2. List the available Ansible example commands

    provisioner examples ansible
    
  3. Run an example Ansible no-op local command

    provisioner examples ansible hello
    

This is a quick overview just to get a grasp of how simple it is to use provisioner.
For more information, please see the usage section.

Dry Run

Using provisioner, every command is a playground.

Use the --dry-run (short: -d) to check command exeuction breakdown, you can also add the --verbose (short: -v) flag to read DEBUG information.

All dry-run actions are no-op, you can safely run them as they only print to stdout.