run_playbook
Execute Ansible playbooks on allowlisted paths, using check mode by default to preview changes safely before applying.
Instructions
Run ansible-playbook on a path under allowlisted roots. Prefer check_mode=true first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| limit | No | ||
| become | No | ||
| timeout | No | ||
| playbook | Yes | ||
| inventory | No | ||
| skip_tags | No | ||
| check_mode | No | ||
| connection | No | ||
| extra_vars | No | ||
| become_user | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |