Templates all over the place.
This commit is contained in:
parent
3f85235471
commit
4c0c9e202d
|
|
@ -59,14 +59,14 @@ Most roles require some kind of preparation, this is done in `molecule/default/p
|
||||||
{% endif %}
|
{% endif %}
|
||||||
## [Context](#context)
|
## [Context](#context)
|
||||||
|
|
||||||
This role is a part of many compatible roles. Have a look at [the documentation of these roles](https://robertdebock.nl/) for further information.
|
This role is a part of many compatible roles. Have a look at [the documentation of these roles]({{ author_website }}) for further information.
|
||||||
|
|
||||||
Here is an overview of related roles:
|
Here is an overview of related roles:
|
||||||

|

|
||||||
|
|
||||||
## [Compatibility](#compatibility)
|
## [Compatibility](#compatibility)
|
||||||
|
|
||||||
This role has been tested on these [container images](https://hub.docker.com/u/robertdebock):
|
This role has been tested on these [container images](https://hub.docker.com/u/{{ docker_namespace }}):
|
||||||
|
|
||||||
|container|tags|
|
|container|tags|
|
||||||
|---------|----|
|
|---------|----|
|
||||||
|
|
@ -90,4 +90,4 @@ If you find issues, please register them in [GitHub](https://github.com/{{ githu
|
||||||
|
|
||||||
[{{ meta.galaxy_info.author }}]({{ author_website }})
|
[{{ meta.galaxy_info.author }}]({{ author_website }})
|
||||||
|
|
||||||
Please consider [sponsoring me](https://github.com/sponsors/robertdebock).
|
Please consider [sponsoring me](https://github.com/sponsors/{{ github_namespace }}).
|
||||||
|
|
|
||||||
|
|
@ -4,15 +4,19 @@ This software implements other software, it's not very likely that this software
|
||||||
|
|
||||||
## [Supported Versions](#supported-versions)
|
## [Supported Versions](#supported-versions)
|
||||||
|
|
||||||
The current major version is supported. For example if the current version is 3.4.1:
|
These version of [ansible](https://pypi.org/project/ansible/) are supported:
|
||||||
|
|
||||||
| Version | Supported |
|
| Version | Supported |
|
||||||
| ------- | ------------------ |
|
| ------- | ------------------ |
|
||||||
| 3.4.1 | :white_check_mark: |
|
{% if tox_ansible_versions is defined %}
|
||||||
| 3.4.x | :white_check_mark: |
|
{% for version in tox_ansible_versions %}{{ version }}
|
||||||
| 3.x.x | :white_check_mark: |
|
| {{ version }} | :white_check_mark: |
|
||||||
| 2.0.0 | :x: |
|
{% endfor %}
|
||||||
| 1.0.0 | :x: |
|
{% else %}
|
||||||
|
| 7 | :white_check_mark: |
|
||||||
|
| 6 | :white_check_mark: |
|
||||||
|
| 5 | :white_check_mark: |
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
## [Reporting a Vulnerability](#reporting-a-vulnarability)
|
## [Reporting a Vulnerability](#reporting-a-vulnarability)
|
||||||
|
|
||||||
|
|
@ -22,4 +26,4 @@ Tell them where to go, how often they can expect to get an update on a
|
||||||
reported vulnerability, what to expect if the vulnerability is accepted or
|
reported vulnerability, what to expect if the vulnerability is accepted or
|
||||||
declined, etc.
|
declined, etc.
|
||||||
|
|
||||||
Please consider [sponsoring me](https://github.com/sponsors/robertdebock).
|
Please consider [sponsoring me](https://github.com/sponsors/{{ github_namespace }}).
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
repository:
|
repository:
|
||||||
description: {{ meta.galaxy_info.description }}
|
description: {{ meta.galaxy_info.description }}
|
||||||
homepage: {{ author_website }}
|
homepage: {{ author_website }}
|
||||||
topics: {% for tag in meta.galaxy_info.galaxy_tags %}{{ tag }}{% if not loop.last %}, {% endif %}{% endfor %}, ansible, molecule, tox, playbook, hacktoberfest
|
topics: {% for tag in meta.galaxy_info.galaxy_tags %}{{ tag }}{% if not loop.last %}, {% endif %}{% endfor %}, ansible, molecule, tox, playbook
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue