Skip to content

A yeoman generator to create ansible playbooks and roles.

License

Notifications You must be signed in to change notification settings

willprice/generator-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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