generator-ansible-molecule
v2.4.1
Published
Yeoman generator to create ansible roles with molecule as a testing framework
Downloads
5
Maintainers
Readme
Generator-Ansible-Molecule
Yeoman generator to create ansible roles with molecule testing framework including optional sample ci cd configs.
Installation
npm i generator-ansible-molecule
Running
yo ansible-molecule
And follow the prompts to create a new ansible role.
Some options and arguments available.
| Arguments | Description | Type |
| ------------- | ------------------------------------ | ------ |
| prefix-path
| path from cwd to create the new role | string |
| Options | Description | Type |
| -------------------- | ---------------------------- | ------- |
| --role-name
| Skip role name prompt | string |
| --driver-name
| driver to use for molecule | string |
| --include-molecule
| Skip include molecule prompt | boolean |
| --include-meta
| Skip include meta prompt | boolean |
Support
Currently this generator is being tested against the following node versions.
- Node lts
Contributing
Feel free to post issues, and create prs with an changes, fixes or enhancements.