0.2.1 • Published 8 years ago

generator-ansible-2 v0.2.1

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

generator-ansible

Build Status codecov.io Code
Climate js-standard-style devDependencies npm

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

  1. Clone the repository
  2. Link the library: sudo npm link
  3. Develop and test

Contributing

  • Fork the code
  • Make your changes (with tests)
  • Don't break existing tests
  • Submit a pull request