Adding NTP
This commit is contained in:
parent
b128207405
commit
bed0a610cd
2 changed files with 18 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue