Summary
Run a playbook in Ansible Manager
Description
This method will run a playbook in Ansible Manager
Route
No Northbound API Available
Roles
            admin
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| playbookName | string | yes | the name of the playbook to run | 
| hosts | array | yes | an array of hosts to run the playbook on | 
| args | object | no | an object containing the arguments to pass into the playbook | 
| template | string | no | the textfsm string used by the playbook | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| result | object | The status of running the playbook on each host |