2.4.1 • Published 4 years ago
generator-ansible-molecule v2.4.1
Generator-Ansible-Molecule
Yeoman generator to create ansible roles with molecule testing framework including optional sample ci cd configs.
Installation
npm i generator-ansible-moleculeRunning
yo ansible-moleculeAnd 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.