while-true-do / ansible-skeleton

The skeleton to create new ansible roles.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Feat: Prepare dev environment automatically #63

Open Cinux90 opened 5 years ago

Cinux90 commented 5 years ago

As a contributor I want to contribute fast. I don't want to do a bunch of steps until i can do the "real" work. So a script which support or guide the contributor to setup the dev environment as much as possible.

dschier-wtd commented 5 years ago

If a script can be provisioned for the workspace (ws-init.sh or similar), this can be releases as a minor release (feat).

dschier-wtd commented 5 years ago

all of the construction work for a new role can be done with the skeleton. help with the part of virtualenv/pip would help, anyway.