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-2 # generate a playbook
$ yo ansible-2: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