Emanuele Aina
Emanuele Aina
Using `cargo install mcfly` nicely gives you the binary but to be actually able to use it you still need to checkout the repository somehow to get the shell snippets...
Similar to bottlepy/bottle-sqlite#10, `bottle` now complains when loading the plugin: ``` /usr/lib/python2.7/dist-packages/bottle.py:527: DeprecationWarning: Switch to Plugin API v2 and access the Route object directly. context = self if api >...
The licensing of boot.c currently makes `mkntfs` special as it's the only tool which is subject to the GPL-3 terms. However, the only GPL-3 bits originally come from a section...
##### SUMMARY I've been given access to a cluster where the `azure_rm_aks` task in my playbook fails with an exception (see below), while `az aks get-credentials` works just fine. This...
##### SUMMARY Let users set/update/delete a lifecycle management policy on storage accounts: * docs: https://learn.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-policy-configure?tabs=azure-portal * API: https://learn.microsoft.com/en-us/rest/api/storagerp/management-policies/create-or-update?view=rest-storagerp-2023-01-01&tabs=Python ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME Maybe something like...
##### SUMMARY The `azure_rm_aks` module at the moment only reports if something has changed, but it does not yield any detailed information when running in `--diff` mode. ##### ISSUE TYPE...
##### SUMMARY At the moment [the `network_profile.outbound_type` property of the `azure_rm_aks` module](github.com/ansible-collections/azure/blob/dev/plugins/modules/azure_rm_aks.py#L813) only accepts `userDefinedRouting` and `loadBalancer`, but `managedNATGateway` and `userAssignedNATGateway` should be allowed too, see https://learn.microsoft.com/en-us/azure/aks/nat-gateway. ##### ISSUE TYPE...
We're interested into using podman/crun/krun to better isolate gitlab-runner jobs without having to spin a full cloud VM every time, but a good chunk of our jobs depends on nested...
### Name and Version bitnami/postgresql 15.2.9 ### What architecture are you using? None ### What steps will reproduce the bug? 1. deploy the postgresql chart 2. initiate a pod rollout...
##### SUMMARY From https://learn.microsoft.com/en-us/rest/api/dataprotection/ : > A Backup vault, created under the Data Protection Platform of Azure Backup, is a storage entity in Azure that holds backup data for various...