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
- Host: GitHub
- URL: https://github.com/robertdebock/ansible-tools
- Owner: robertdebock
- Created: 2018-11-05T18:17:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T06:44:31.000Z (over 2 years ago)
- Last Synced: 2025-02-16T10:28:51.868Z (over 1 year ago)
- Language: Jinja
- Size: 62.5 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```