Running tasks in PE
Use the orchestrator to set up jobs in the console or on the command line and run Bolt tasks across systems in your infrastructure.
You can install pre-existing Bolt tasks and run them from the console and from the command line.
Note: If you have set up compilers
and you want to use tasks, you must either set
master_uris
or you server_list
on agents to point to your
compilers. This setting is described in the section on configuring compilers for
orchestrator scale.-
Running tasks from the console
Run ad-hoc Bolt tasks on target machines to upgrade packages, restart services, or perform any other type of single-action executions on your nodes. -
Running tasks from the command line
Use thepuppet task run
command to run Bolt tasks on agent nodes.
Related information