generator-ansible-2
v0.2.1
Published
A yeoman generator to create ansible playbooks and roles.
Downloads
26
Maintainers
Readme
generator-ansible
A Yeoman generator for Ansible playbooks and roles.
Usage
Note, this generator conflicts with the existing generator on npm.
$ npm i generator-ansible-2
$ yo ansible # generate a playbook
$ yo ansible:role # generate a role
Developer Usage
- Clone the repository
- Link the library:
sudo npm link
- Develop and test
Contributing
- Fork the code
- Make your changes (with tests)
- Don't break existing tests
- Submit a pull request