generator-ansible
v0.0.5
Published
Yeoman generator for ansible playbooks and roles.
Downloads
7
Maintainers
Readme
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