Johannes Burk
Johannes Burk
I stumbled across update-systemd-resolved's accuracy in following [RFC5952 (A Recommendation for IPv6 Address Text Representation)](https://tools.ietf.org/html/rfc5952). [Section 4.1](https://tools.ietf.org/html/rfc5952#section-4.1) claims 'single 16- bit 0000 field MUST be represented as 0'. update-systemd-resolved exits...
I've a playbook where I execute an async task (by using `async` and `poll: 0`) and later on wait for it with `async_status`. Both tasks are delegated to localhost. When...
If I disable landrush (`config.landrush.enabled = false` or removing the line completely from Vagrantfile) for a machine that had landrush previously enabled and then load the configuration with `vagrant reload`...
When semaphore is deployed as systemd service as described ([here](https://github.com/ansible-semaphore/semaphore/tree/develop/deployment/systemd) and [here](https://docs.ansible-semaphore.com/administration-guide/installation)) the service user is able to access sensitive configuration values via the config.json. Sensitive configuration values should be...
I run the moodle-performance-comparison from my client PC against our existing test environment and got the following error. Nothing that prevents the test from completing but I wonder how to...
`sbctl export-enrolled-keys` always complains about the output directory on my machine: ``` # sbctl export-enrolled-keys --dir /tmp/foo populating ruleset for "/tmp/foo" with access {execute,write_file,read_file}: open: no such file or directory...
I think the naming "Net Price" (`epex_spot_data_net_price`) stands in contradiction to the general [definition](https://dictionary.cambridge.org/dictionary/english/net-price) ([german definition](https://www.duden.de/rechtschreibung/Nettopreis)) of net (and gross) price: - net price is the price after any deductions...