diff --git a/templates/README.md.j2 b/templates/README.md.j2 index 7f208f4..fc7b50d 100644 --- a/templates/README.md.j2 +++ b/templates/README.md.j2 @@ -59,14 +59,14 @@ Most roles require some kind of preparation, this is done in `molecule/default/p {% endif %} ## [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: ![dependencies](https://raw.githubusercontent.com/{{ github_namespace }}/ansible-role-{{ role_name }}/png/requirements.png "Dependencies") ## [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| |---------|----| @@ -90,4 +90,4 @@ If you find issues, please register them in [GitHub](https://github.com/{{ githu [{{ 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 }}). diff --git a/templates/SECURITY.md.j2 b/templates/SECURITY.md.j2 index 7b6b849..6f636aa 100644 --- a/templates/SECURITY.md.j2 +++ b/templates/SECURITY.md.j2 @@ -4,15 +4,19 @@ This software implements other software, it's not very likely that this software ## [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 | | ------- | ------------------ | -| 3.4.1 | :white_check_mark: | -| 3.4.x | :white_check_mark: | -| 3.x.x | :white_check_mark: | -| 2.0.0 | :x: | -| 1.0.0 | :x: | +{% if tox_ansible_versions is defined %} +{% for version in tox_ansible_versions %}{{ version }} +| {{ version }} | :white_check_mark: | +{% endfor %} +{% else %} +| 7 | :white_check_mark: | +| 6 | :white_check_mark: | +| 5 | :white_check_mark: | +{% endif %} ## [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 declined, etc. -Please consider [sponsoring me](https://github.com/sponsors/robertdebock). +Please consider [sponsoring me](https://github.com/sponsors/{{ github_namespace }}). diff --git a/templates/settings.yml.j2 b/templates/settings.yml.j2 index 98af75c..7a73a3e 100644 --- a/templates/settings.yml.j2 +++ b/templates/settings.yml.j2 @@ -3,4 +3,4 @@ repository: description: {{ meta.galaxy_info.description }} 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