update and improve site
This commit is contained in:
parent
9c505079fa
commit
9ca0b28639
10 changed files with 71 additions and 9 deletions
|
@ -47,9 +47,9 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href] {
|
a[href] {
|
||||||
color: #1e8ad6;
|
color: $link_color;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #3ba0e6;
|
color: $link_highlight;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
11
assets/scss/_footer.scss
Normal file
11
assets/scss/_footer.scss
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
footer {
|
||||||
|
margin-top: 50px;
|
||||||
|
opacity: 0.8;
|
||||||
|
a[href] {
|
||||||
|
color: $font_color;
|
||||||
|
text-decoration: none;
|
||||||
|
&:hover {
|
||||||
|
color: $link_color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -22,10 +22,10 @@ table {
|
||||||
a[href] {
|
a[href] {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
&:hover{
|
||||||
a:hover{
|
|
||||||
color: $animated_color;
|
color: $animated_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -5,3 +5,5 @@ $even_lighter_background_color: #353535;
|
||||||
$font_color: #f5f1f0;
|
$font_color: #f5f1f0;
|
||||||
$dark_color: #d8d8d8;
|
$dark_color: #d8d8d8;
|
||||||
$animated_color: #068de9;
|
$animated_color: #068de9;
|
||||||
|
$link_color: #1e8ad6;
|
||||||
|
$link_highlight: #3ba0e6;
|
||||||
|
|
|
@ -4,4 +4,5 @@
|
||||||
|
|
||||||
// CSS
|
// CSS
|
||||||
@import "_table";
|
@import "_table";
|
||||||
|
@import "_footer";
|
||||||
@import "_darktheme";
|
@import "_darktheme";
|
||||||
|
|
|
@ -2,9 +2,9 @@ title: Awesome Ansible Roles
|
||||||
---
|
---
|
||||||
body:
|
body:
|
||||||
|
|
||||||
Hey there,
|
Hi there,
|
||||||
|
|
||||||
I love open-source and automation. So I wrote some ansible roles and published as open-source. Feel free to have a look at them. And if you like them, please feel free to use them and maybe leave a star at the repo or some feedback.
|
I love open source and automation. So I wrote some ansible roles and released them as open source. Feel free to have a look at them. And if you like them, feel free to use them. Leave a star at the repo or give me some feedback.
|
||||||
---
|
---
|
||||||
table:
|
table:
|
||||||
|
|
||||||
|
@ -20,6 +20,44 @@ galaxy_url: https://galaxy.ansible.com/do1jlr/gitea
|
||||||
maintainance: well
|
maintainance: well
|
||||||
----
|
----
|
||||||
license: BSD 3-Clause
|
license: BSD 3-Clause
|
||||||
|
#### table ####
|
||||||
|
name: Unbound
|
||||||
|
----
|
||||||
|
gitrepo: https://github.com/roles-ansible/ansible_role_unbound.git
|
||||||
|
----
|
||||||
|
galaxy_name: do1jlr.unbound
|
||||||
|
----
|
||||||
|
galaxy_url: https://galaxy.ansible.com/do1jlr/unbound
|
||||||
|
----
|
||||||
|
maintainance: true
|
||||||
|
----
|
||||||
|
license: MIT
|
||||||
|
#### table ####
|
||||||
|
name: OpenSSH Server
|
||||||
|
----
|
||||||
|
gitrepo: https://github.com/roles-ansible/ansible_role_sshd.git
|
||||||
|
----
|
||||||
|
galaxy_name: do1jlr.sshd
|
||||||
|
----
|
||||||
|
galaxy_url: https://galaxy.ansible.com/do1jlr/sshd
|
||||||
|
----
|
||||||
|
maintainance: true
|
||||||
|
----
|
||||||
|
license: MIT
|
||||||
|
#### table ####
|
||||||
|
name:
|
||||||
|
|
||||||
|
Network Time Protocol
|
||||||
|
----
|
||||||
|
gitrepo: https://github.com/roles-ansible/ansible_role_ntp
|
||||||
|
----
|
||||||
|
galaxy_name: do1jlr.ntp
|
||||||
|
----
|
||||||
|
galaxy_url: https://galaxy.ansible.com/do1jlr/ntp
|
||||||
|
----
|
||||||
|
maintainance: true
|
||||||
|
----
|
||||||
|
license: Apache-2
|
||||||
---
|
---
|
||||||
tabletitle: List of my ansible roles and in which state they are.
|
tabletitle: List of my ansible roles and in which state they are.
|
||||||
---
|
---
|
||||||
|
@ -35,3 +73,8 @@ name: test
|
||||||
galaxy_name:
|
galaxy_name:
|
||||||
----
|
----
|
||||||
galaxy_url:
|
galaxy_url:
|
||||||
|
---
|
||||||
|
trailer:
|
||||||
|
|
||||||
|
I have all my roles on [github.com/roles-ansible/](https://github.com/roles-ansible/) and welcome any pull requests, questions and comments there. If you want to get away from Microsoft for a good reason, have a look at [backwesen.de/ansible/](https://backwesen.de/ansible/). As soon as Federation for Forgejo and Gitea is implemented, there will be a chance to interact about it.
|
||||||
|
If you like ansible and open source and are thinking about supporting one or more ansible roles or github workflows yourself, please feel free to drop me a line.
|
||||||
|
|
|
@ -30,6 +30,6 @@ width = 1/2
|
||||||
[fields.license]
|
[fields.license]
|
||||||
label = Maintainance Status
|
label = Maintainance Status
|
||||||
type = select
|
type = select
|
||||||
choices = MIT,GPLv3,BSD 3-Clause,CC-BY-4.0,CC-BY-SA-4.0,proprietary
|
choices = MIT,GPLv3,BSD 3-Clause,CC-BY-4.0,CC-BY-SA-4.0,Apache-2,proprietary
|
||||||
default = MIT
|
default = MIT
|
||||||
width = 1/2
|
width = 1/2
|
||||||
|
|
|
@ -18,3 +18,7 @@ type = string
|
||||||
label = Our Ansible Roles
|
label = Our Ansible Roles
|
||||||
type = flow
|
type = flow
|
||||||
flow_blocks = table
|
flow_blocks = table
|
||||||
|
|
||||||
|
[fields.trailer]
|
||||||
|
label = Trailing Words
|
||||||
|
type = markdown
|
||||||
|
|
|
@ -20,6 +20,6 @@
|
||||||
{% block body %}{% endblock %}
|
{% block body %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
© Copyright 2023 by L3D - MIT License.
|
© Copyright 2023 by L3D - <a href="https://backwesen.de/l3d/ansible.l3d.space.git" target="_blank">Source Code</a> - <a href="https://backwesen.de/l3d/ansible.l3d.space/src/branch/main/LICENSE" target="_blank">MIT License</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -33,4 +33,5 @@
|
||||||
</table>
|
</table>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{{ this.trailer }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue