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

https://github.com/robertdebock/ansible-tools

A set of tools I use to create and manage Ansible roles
https://github.com/robertdebock/ansible-tools

Last synced: over 1 year ago
JSON representation

A set of tools I use to create and manage Ansible roles

Awesome Lists containing this project

README

          

Tools
=====

Tools I use to create and manage Ansible roles.

README.md generator
-------------------
The README.md contains stuff that's already described somewhere else, such as:
- Purpose (meta/main.yml)
- Requirements (requirements.yml)
- Variables (default/main.yml)
- Examples (molecule/default/playbook.yml)
- License (meta/main.yml)
- Compatibility (.travis.yml)

The `generate_readme.yml` helps to create a consistent README.

```
# Go to the directory of your role:
cd /some/path/to/your/role
# Generate the README.md:
/path/to/generate_readme.yml -e pwd=$(pwd)
```