Bruno Travouillon
Bruno Travouillon
Relates to #702. This should be considered as a preview feature, unsupported method of installation.
The recent release of ansible-lint v6.5 brings some breaking changes. Pin the version to 6.5.x, so any future update won't break the CI out of the blue. Disable jinja[spacing]: there...
Issue to track the work to implement CI/CD unit tests of the roles with [Molecule](https://molecule.readthedocs.io/en/latest/). Please refer to the instructions below. You can use PR #242 as an example. ##...
system.interfaces is an instance of NetworkInterface. management and mac_address are attributes. ## Linked Items Fixes #3255 ## Description Use attributes of NetworkInterface instance since `system.interfaces` is not a dict anymore....
### Describe the bug On a server with several network interfaces, I need to specify which network interface to use for network install. The interface has management set to True....
## Linked Items Fixes #3251 ## Description Add support for Ubuntu 22.04 LTS. This is mainly a copy + update of `impish`. I don't really understand the purpose of each...
When listen_address is not defined (default), the drop-in files are not created. Make sure the role will not try to manage the non-existing services. Without this change, the role fails...
With [MIG GPU](https://www.nvidia.com/en-us/technologies/multi-instance-gpu/), the value of `CUDA_VISIBLE_DEVICES` is a string. This breaks the code at https://github.com/FenTechSolutions/CausalDiscoveryToolbox/blob/d0bc352534dcbfac19a84a1bb05f33fe311378d2/cdt/utils/Settings.py#L152 This is reproducible with an NVIDIA A100 GPU with a MIG: ``` $ echo...
### Describe the bug The command `cobbler mkloaders` can provide different results with similar configuration. I struggled to deploy a server (UEFI) to production for a couple of days. I...
When the role is run with `--limit nodes_without_first_node`, the HA groups are not configured (tasks are skipped). Use `_init_node` instead of `groups[pve_group][0]` to run the tasks. `_init_node` is any active...