ansible-creator

Scaffold Ansible Content collections and projects quickly

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for scaffolding Ansible Content

Commands

ansible-creator

Examples

Create a new Ansible collection$ ansible-creator create --collection my_namespace.my_collection
Generate a new role within a collection$ ansible-creator create --role my_role
Create a project with custom templating$ ansible-creator create --project my_project --overwrite