create-playbook
Generate a new Ansible playbook with custom tasks, variables, and target hosts for automated infrastructure management.
Instructions
Create a new Ansible playbook file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Playbook name | |
| hosts | No | Target hosts | all |
| tasks | Yes | List of tasks | |
| vars | No | Playbook variables | |
| become | No | Use sudo for all tasks |