Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsumners/generator-ansible-bare
https://github.com/jsumners/generator-ansible-bare
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsumners/generator-ansible-bare
- Owner: jsumners
- Created: 2016-03-28T15:24:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-10T19:03:06.000Z (about 8 years ago)
- Last Synced: 2024-10-05T15:34:57.115Z (about 1 month ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# generator-ansible-bare
This module provides a [Yeoman][yo] generator for bootstrapping a bare bones
[Ansible][ansible] project.```bash
$ npm install -g yo
$ npm install -g generator-ansible-bare
$ mkdir your-project && cd your-project
$ yo ansible-bare
```Note: due to the craptastic templating engine, templated files
(e.g. ansible.cfg) will have unnecessary whitespace included. Attempting to
tell the engine "no, thanks" results in worse files.[yo]: http://yeoman.io/
[ansible]: http://ansible.com/## License
[MIT License](http://jsumners.mit-license.org/)