Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsumners/generator-ansible-bare


https://github.com/jsumners/generator-ansible-bare

Last synced: about 1 month ago
JSON representation

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/)