Tobias Huste
Tobias Huste
Make sure that dictionaries are briefly introduced before using them in an exercise. - The exercise "Reading Error Messages" is moved before the "Syntax Errors" section, in order to ensure...
Created from https://gitlab.com/hifis/ansible/gitlab-ci-openstack/-/issues/25
If using a predefined SSH key pair on Debian 10, the comment of the public key will be removed (probably by the `community.crypto.openssh_keypair` module) when added to the `flatcar-linux-config.yml.j2` template....
It is a crucial part to test that the failover procedure works as expected after changes have been made. For that reason we need to test this within Molecule's verify...
[`keepalived-non-root.service`](https://github.com/acassen/keepalived/blob/master/keepalived/keepalived-non-root.service.in) allows keepalived to be run as a non root user, but with specific added capabilities to allow all the functionality that keepalived needs. Created from https://gitlab.com/hifis/ansible/keepalived-role/-/issues/38
This requires to build HAProxy with Quic-Support. This does not work with Openssl as it does not implement Quic. Instead, the only option is to use the https://github.com/quictls/openssl fork. Verify,...
In case the fail-over took place and the master is now one of the relicas the role need to determine the new master instance dynamically and re-configure the services accordingly,...