ansible / mazer

Experimental Ansible Galaxy Content Manager
GNU General Public License v3.0
114 stars 18 forks source link

Add Molecule support to `init` #140

Closed chouseknecht closed 5 years ago

chouseknecht commented 6 years ago

The default project structure created by init will include a molecule directory at the root of the project.

For each role added to the project by mazer init role foo, the new role structure will include a molecule directory at the root.

Within a molecule directory, Mazer will add a default scenario, and any supporting files needed by Molecule. After the init command completes, it should be possible to run molecule to successfully test the project.

chouseknecht commented 5 years ago

We've decided to nuke the init command from Mazer, and focus on using Molecule as the developer workflow tool. init will become part of Mazer.

decentral1se commented 5 years ago

:+1: