0.0.5 • Published 11 years ago
generator-ansible v0.0.5
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-ansibleUsage
Generate a new playbook
yo ansible NAME_OF_PLAYBOOKWith Vagrant setup:
yo ansible NAME_OF_PLAYBOOK --vagrantGenerate a new role
yo ansible:role NAME_OF_ROLETesting
Run mocha
Submissions and Bug Reports
Please send me Pull Requests and Issues here.
License
MIT