markafarrell
markafarrell
When running a simple playbook to create a namespace using `kuberenetes.core.k8s` module fails with the following error when mitogen is enabled. ``` PLAY [Create a namespace] ********************************************************************************************************************************************************************************************* TASK [Creating namespace]...
### What? Fix loading ssh connection class. `get_with_context` returns a tuple (https://github.com/ansible/ansible/blob/952ee88f33de4d49ff5f7bd4bec3431a4b0fdc78/lib/ansible/plugins/loader.py#L895) but we were not treating it as a tuple Fixes #766 #662 #342
### Summary # Problem When there are multiple linting issues with the same cause, the test case name is not unique. This causes issues when the JUnit results are parsed...
This adds an additional metric to vault agent telemetry that allows you to see if vault agent is currently authenticated and has a valid token. When the metric is set...
**Is your feature request related to a problem? Please describe.** Currently `vault agent` only exposes counters for authentication failures and successes. It does not expose a metric to tell you...
Previously we do not check if `self.good_temp_dir` is actually **good** before using it. If the path that `self.good_temp_dir` has been removed then we need to re-create it before trying to...
If the ansible temp directory is removed mid-play mitogen does not recreate it and the play fails. ``` An exception occurred during task execution. To see the full traceback, use...
It would be nice to be able to set `--eab-kid` and `--eab-hmac-key` using environment variables. This would allow for easy integration with secrets management solutions and would mean these secrets...
## Description I am unable to consume officially supported sysext extensions where flatcar is behind a proxy (i.e. does not have direct internet access) ## Impact This means I am...
# Add support for Raspberry Pi 4 in device tree mode Add support for running flatcar on Raspberry Pi 4 in device tree mode Fixes [1750](https://github.com/flatcar/Flatcar/issues/1750) ## How to use...