Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willprice/generator-ansible
A yeoman generator to create ansible playbooks and roles.
https://github.com/willprice/generator-ansible
Last synced: about 1 month ago
JSON representation
A yeoman generator to create ansible playbooks and roles.
- Host: GitHub
- URL: https://github.com/willprice/generator-ansible
- Owner: willprice
- License: mit
- Created: 2016-02-17T23:44:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T19:53:26.000Z (about 6 years ago)
- Last Synced: 2024-09-30T17:42:28.655Z (about 2 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 12
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [generator-ansible](https://github.com/willprice/generator-ansible)
[![Build Status](https://travis-ci.org/willprice/generator-ansible.svg?branch=master)](https://travis-ci.org/willprice/generator-ansible)
[![codecov.io](https://codecov.io/github/willprice/generator-ansible/coverage.svg?branch=master)](https://codecov.io/github/willprice/generator-ansible?branch=master)
[![Code
Climate](https://codeclimate.com/github/willprice/generator-ansible/badges/gpa.svg)](https://codeclimate.com/github/willprice/generator-ansible)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![devDependencies](https://david-dm.org/willprice/generator-ansible.svg)](https://david-dm.org/willprice/generator-ansible)
[![npm](https://img.shields.io/npm/v/generator-ansible-2.svg)](https://www.npmjs.com/package/generator-ansible-2)A [Yeoman](http://yeoman.io) generator for [Ansible](https://www.ansible.com/)
playbooks and roles.## Usage
Note, this generator conflicts with the [existing generator](https://www.npmjs.com/package/generator-ansible)
on npm.```sh
$ 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