https://github.com/cans/role-skeleton
An Ansible Galaxy Role Skeleton
https://github.com/cans/role-skeleton
Last synced: 5 months ago
JSON representation
An Ansible Galaxy Role Skeleton
- Host: GitHub
- URL: https://github.com/cans/role-skeleton
- Owner: cans
- License: gpl-2.0
- Created: 2018-02-18T00:31:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T08:02:21.000Z (almost 7 years ago)
- Last Synced: 2025-10-23T12:41:54.988Z (9 months ago)
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md.j2
- License: LICENSE
Awesome Lists containing this project
README
{{ role_name }}
{% for letter in role_name %}={% endfor %}{% macro role_namespace(name=role_name) -%}`{% for letter in name %}{% if letter.isalpha() %}{{letter}}{% endif %}{% endfor %}_`{%- endmacro %}
A brief description of the role goes here.
Requirements
------------
This role has no requirements.
Role Variables
--------------
All variables in this role are namespaced with the prefix `{{ role_namespace() }}`
- {{ role_namespace() }}: (default: )
Dependencies
------------
This role has no dependency.
Example Playbook
----------------
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
```yaml
- hosts: servers
roles:
- role: "cans.{{role_name}}"
```
License
-------
GPLv2
Author Information
------------------
Copyright © 2018{# Now way to do that in jinja without extensions ! #}, {{ author }}