Andre Lehmann
Andre Lehmann
**Role** `os_hardening` **Description** The current PAM configuration for RHEL systems only supports SSSD for external user authentication. On systems where Winbind is used, the role will prevent users to login....
## Description This PR adds an option `--template` to the `changelog` command to be able to supply a custom template (see #132). ## Checklist - [x] Add test cases to...
This PR adds the ability to specify variables and expressions in loop modifiers. Example: ```liquid {% assign limit = 3 %} {% assign offset = 1 %} {% for i...
This PR adds the [`else`](https://shopify.github.io/liquid/tags/control-flow/#elsif--else) clause to `unless` ## Checklist - [x] I have read the contribution guidelines. - [x] `make test` passes. - [x] `make lint` passes. - [x]...
I like to implement a tag, that require the full lexical context (bindings) to be copied. Currently the `render.Context` interface exposes the `Get` and `Set` function to manipulate the bindings,...
Currently the range expression `(start..end)` is only supported in loops. This PR makes is possible to use it as a general expression e.g.: ```liquid {% assign l = (1..5) |...
I'm really fond of the YAML format and using it for configurations is in general a great idea. I am playing around with stubby recently and got really frustrated with...
> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com,...