create-role-structure
Generate the standard Ansible role directory structure at a specified base path with a given role name.
Instructions
Generate the standard Ansible role directory structure.
Args: base_path: Directory where the role directory will be created. role_name: Name of the role directory. Returns: Dict with keys: created (list[str]), role_path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_path | Yes | ||
| role_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||