Adding NTP

This commit is contained in:
L3D 2023-04-20 22:52:31 +02:00
parent b128207405
commit bed0a610cd
2 changed files with 18 additions and 4 deletions

View file

@ -298,6 +298,22 @@ galaxy_url: https://galaxy.ansible.com/l3d/avahi_client
maintainance: true
----
license: MIT
#### table ####
name: ntp
----
gitrepo: https://github.com/roles-ansible/ansible_role_ntp.git
----
gitearepo: https://backwesen.de/ansible/ansible_role_ntp.git
----
no_galaxy: true
----
galaxy_name: l3d.ntp
----
galaxy_url: https://galaxy.ansible.com/l3d/ntp
----
maintainance: well
----
license: Apache-2
---
tabletitle: List of my ansible roles
---
@ -345,8 +361,6 @@ roles:
##### single #####
name: Gitea and Forgejo
-----
no_galaxy: true
-----
role_name: l3d.gitea
-----
galaxy_name: l3d.git.gitea

View file

@ -79,10 +79,10 @@
{% else %}-{% endif %}
</li>
<li>
<img src="{{ {'name': blk.galaxy_name, 'state': blk.maintainance, 'label': 'maintainance'} | svg }}" />
<img src="{{ {'name': blk.galaxy_name, 'state': blk.maintainance, 'label': 'maintainance', 'suffix': 'collection'} | svg }}" />
</li>
<li>
<img src="{{ {'name': blk.galaxy_name, 'state': blk.license, 'label': 'license'} | svg }}" />
<img src="{{ {'name': blk.galaxy_name, 'state': blk.license, 'label': 'license', 'suffix': 'collection'} | svg }}" />
</li>
</ul>
</td>