0.0.5 • Published 9 years ago

generator-ansible v0.0.5

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

generator-ansible

generator-ansible helps you create ansible playbooks and roles more rapidly. It leverages Yeoman, but you don't need to be familiar with that.

Why'd you do XXXX that way?

All the decisions I made here are based on Ansible's Best Practices guide, with additional support for librarian-ansible because I think librarian-ansible is a great idea.

Install

npm install -g generator-ansible

Usage

Generate a new playbook

yo ansible NAME_OF_PLAYBOOK

With Vagrant setup:

yo ansible NAME_OF_PLAYBOOK --vagrant

Generate a new role

yo ansible:role NAME_OF_ROLE

Testing

Run mocha

Submissions and Bug Reports

Please send me Pull Requests and Issues here.

License

MIT

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago